Examples of using Sync adapter in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
method to instantiate the sync adapter, and provide a static"getter" method to return the singleton to the onBind()
The< meta-data> element for the sync adapter service points to the XML file res/xml/syncadapter. xml.
If the method throws an exception, the sync adapter can take appropriate action(such as prompting the user to update Google Play services).
This flag that tells the sync adapter that the row was deleted
Here is a helper method you can use to return a URI for use with a sync adapter.
you need to write your own sync adapter.
If the server associated with a user account wants to maintain groups, the sync adapter for the account's account type should transfer groups data between the Contacts Provider
then put this contact in a new group, the sync adapter must add the new group to the ContactsContract. Groups table.
When the system wants to authenticate a user account for the application's sync adapter, it calls the service's onBind()
If you're designing a sync adapter that will add raw contact data from server to the Contacts Provider,
You can write a sync adapter that adds stream data from your own network to these tables,
it can do this by performing the calendar insertion as a sync adapter, using an ACCOUNT_TYPE of ACCOUNT_TYPE_LOCAL.
the Android system offers an authentication framework that is similar to, and often used in conjunction with, the sync adapter framework.
Sync Adapters: Sync Adapters can also keep devices awake.
The framework also allows multiple sync adapters for the same service and provider.
The Calendar Provider API can be used by applications and sync adapters.
see the section below about Sync Adapters.
This is described in more detail in the section Contacts Provider sync adapters.
For more information about sync adapters, see Sync Adapters.
Sync adapters run in the background under the control of the system,