Lines Matching full:your
40 Synchronizing data between an Android device and web servers can make your application
41 significantly more useful and compelling for your users. For example, transferring data to a web
48 Although you can design your own system for doing data transfers in your app, you should
73 The system only runs your data transfer when the device has network connectivity.
79 Allows you to centralize all of your app's data transfer tasks in one place, so that they
80 all run at the same time. Your data transfer is also scheduled in conjunction with data
88 If your app requires user credentials or server login, you can optionally
89 integrate account management and authentication into your data transfer.
110 part of your app. This lesson shows you how to create a stub authentication component for
118 part of your app. This lesson assumes that your app doesn't use a content provider, so it
119 shows you how to add a stub component. If you have a content provider already in your app,
126 Learn how to encapsulate your data transfer code in a component that the sync