SYNC ADAPTER 한국어 뜻 - 한국어 번역

영어에서 Sync adapter 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Use this table to store metadata for your sync adapter.
이 테이블을 사용하여 동기화 어댑터의 메타데이터를 저장합니다.
The sync adapter calls installIfNeeded() to update the security provider.
동기화 어댑터는 보안 제공자를 업데이트하기 위해 installIfNeeded() 를 호출합니다.
In fact, they are not visible unless they are accessed as a sync adapter.
사실, 동기화 어댑터로 액세스하지 않는 한 이 열이 표시되지 않습니다.
A sync adapter has write access to more columns than an application or widget.
동기화 어댑터에는 애플리케이션 또는 위젯에 비해 더 많은 열에 대한 쓰기 액세스 권한이 있습니다.
There are two versions of delete: as an application and as a sync adapter.
삭제에는 두 가지 버전이 있습니다. 애플리케이션으로서 삭제하기와 동기화 어댑터로서 삭제하기입니다.
For example, here's an implementation of a sync adapter that updates the security provider.
예를 들어, 다음은 보안 제공자를 업데이트하는 동기화 어댑터 의 구현입니다.
A Service component that responds to requests from the system to bind to the sync adapter.
시스템의 요청에 응답하여 동기화 어댑터에 바인드하는 Service 구성 요소.
How to write a sync adapter for synchronizing data from your server to the Contacts Provider.
동기화 어댑터를 작성하여 서버에서 가져온 데이터를 연락처 제공자와 동기화하는 방법.
There are only minor differences in how an application and a sync adapter access the Calendar Provider.
애플리케이션과 동기화 어댑터가 캘린더 제공자에 액세스하는 방식에는 사소한 차이만이 있을 뿐입니다.
However, a sync adapter is restricted to the ACCOUNT_NAME and ACCOUNT_TYPE it specified.
다만, 동기화 어댑터는 지정된 ACCOUNT_NAME 및 ACCOUNT_TYPE 에 한정됩니다.
However, if you're not building a full-fledged calendar application or sync adapter, requesting these permissions isn't necessary.
그러나, 완전한 캘린더 애플리케이션 또는 동기화 어댑터를 구축하는 경우가 아니라면 이와 같은 권한을 요청할 필요가 없습니다.
A sync adapter delete removes the event from the database along with all its associated data.
동기화 어댑터 삭제의 경우, 이벤트를 연관된 데이터 일체와 함께 데이터베이스에서 제거합니다.
In Android, the web service that a sync adapter works with is identified by an account type.
Android에서 동기화 어댑터와 함께 작업하는 웹 서비스는 계정 유형으로 식별됩니다.
A sync adapter synchronizes the calendar data on a user's device with another server or data source.
동기화 어댑터는 사용자의 기기에 있는 캘린더 데이터를 다른 서버 또는 데이터 소스와 동기화합니다.
If the method returns normally, the sync adapter knows the security provider is up-to-date.
메서드가 정상적으로 반환하면, 동기화 어댑터는 보안 제공자가 최신 버전임을 알게 됩니다.
A sync adapter needs to provide an ACCOUNT_NAME and an ACCOUNT_TYPE as query parameters in the URI.
동기화 어댑터는 URI에서 쿼리 매개변수로 ACCOUNT_NAME 과 ACCOUNT_TYPE 을 제공해야 합니다.
The<meta-data> element for the sync adapter service points to the XML file res/xml/syncadapter. xml.
동기화 어댑터 서비스에 대한 <meta-data > 요소는 XML 파일 res/xml/syncadapter. xml 을 가리킵니다.
Each sync adapter works with one account type, but it can support multiple account names for that type.
동기화 어댑터는 계정 유형 하나에 통하지만, 그 유형에 대한 여러 개의 계정이름을 지원할 수 있습니다.
Besides regular synchronization, you can trigger your sync adapter to retrieve additional data when the user selects a contact to view.
정기 동기화 외에도 사용자가 볼 연락처를 선택하면 동기화 어댑터를 트리거하여 추가 데이터를 검색하게 할 수 있습니다.
The sync adapter and authenticator service components described previously are defined in elements in the application manifest.
이전에 설명한 동기화 어댑터와 인증자 서비스 구성 요소는 애플리케이션 매니페스트의 요소에서 정의합니다.
If an application needs to create a local calendar, it can do this by performing the calendar insertion as a sync adapter, using an ACCOUNT_TYPE of ACCOUNT_TYPE_LOCAL.
어떤 애플리케이션이 로컬 캘린더를 생성해야 하는 경우, 캘린더 삽입을 동기화 어댑터로 수행하면 됩니다. 이때 ACCOUNT_TYPE_LOCAL 의 ACCOUNT_TYPE 을 사용합니다.
The element for the sync adapter service points to the XML file res/xml/syncadapter. xml.
동기화 어댑터 서비스에 대한 요소는 XML 파일 res/xml/syncadapter. xml 을 가리킵니다.
The sync adapter and authenticator service components described previously are defined in<service> elements in the application manifest.
이전에 설명한 동기화 어댑터와 인증자 서비스 구성 요소는 애플리케이션 매니페스트의 <service > 요소에서 정의합니다.
If the method throws an exception, the sync adapter can take appropriate action(such as prompting the user to update Google Play services).
메서드가 예외를 발생시키면, 동기화 어댑터가 적절한 동작을 취할 수 있습니다(예: Google Play 서비스를 업데이트하도록 사용자에게 알림).
When a sync adapter creates a new raw contact, this column should be set to the server's unique ID for the raw contact.
동기화 어댑터가 새로운 원시 연락처를 생성하면, 이 열이 해당 원시 연락처에 대한 서버의 고유 ID로 설정되어야 합니다.
This flag that tells the sync adapter that the row was deleted and that this deletion should be propagated to the server.
이것은 동기화 어댑터에게 행이 삭제되었다고 알리는 플래그이며, 이 삭제를 서버에 알려야 한다는 것을 나타내기도 합니다.
Each sync adapter is unique to a service and content provider, but can handle multiple account names for the same service.
동기화 어댑터는 서비스와 콘텐츠 제공자마다 각기 다르지만, 같은 서비스에 대해 여러 개의 계정 이름을 처리할 수 있습니다.
This signals the sync adapter that it should create a new raw contact on the server, and get a value for the SOURCE_ID.
이것은 동기화 어댑터에 서버에 새 원시 데이터를 생성해야 한다고 신호하고, SOURCE_ID 에 대한 값을 가져오라고 알립니다.
To implement a sync adapter for the Contacts Provider, you start by creating an Android application that contains the following.
연락처 제공자에 대한 동기화 어댑터를 구현하려면, 다음이 들어있는 Android 애플리케이션을 생성하는 것으로 시작합니다.
Since a sync adapter runs in the background, it's okay if the thread blocks while waiting for the security provider to be updated.
동기화 어댑터는 백그라운드로 실행되므로, 보안 제공자가 업데이트되기를 기다리는 중에 스레드가 차단되더라도 문제가 없습니다.
결과: 44, 시각: 0.0662

문장에서 "sync adapter"을 사용하는 방법

The sync adapter framework requires each sync adapter to have an account type.
Android multiple sync adapter items like Google Account?
Your sync adapter really helped me a lot.
Allows your app to control sync adapter settings.
In the Sample Sync Adapter sample app, the sync adapter is defined in the class com.example.android.samplesync.syncadapter.SyncAdapter.
A sync adapter doesn't automate any data transfer tasks.
The account type required by the sync adapter framework.
A component that allows the sync adapter framework to run the code in your sync adapter class.
Note: The sync adapter framework is designed to work with sync adapter components that are singleton instances.
It sets the sync adapter to run at regular intervals.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어