Lines Matching full:adapter
49 consider using Android's sync adapter framework. This framework helps manage and automate data
93 This class shows you how to create a sync adapter and the bound {@link android.app.Service} that
94 wraps it, how to provide the other components that help you plug the sync adapter into the
95 framework, and how to run the sync adapter to run in various ways.
109 Learn how to add an account-handling component that the sync adapter framework expects to be
117 Learn how to add a content provider component that the sync adapter framework expects to be
123 <b><a href="creating-sync-adapter.html">Creating a Sync Adapter</a></b>
127 adapter framework can run automatically.
130 <b><a href="running-sync-adapter.html">Running a Sync Adapter</a></b>
133 Learn how to trigger and schedule data transfers using the sync adapter framework.