文件名称:SampleSyncAdapter
介绍说明--下载内容均来自于网络,请自行研究使用
Google的例程中给出了名为SampleSyncAdapter的例子,其实就是同步账号管理的例子,通过分析该例子可以学会Android中的Account验证、同步Adapter的使用-Google routines are given in the name of the example of SampleSyncAdapter, in fact, is the example of synchronous account management, through the analysis of the example can learn Account Android validation, the use of synchronous Adapter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SampleSyncAdapter
.................\Android.mk
.................\AndroidManifest.xml
.................\res
.................\...\drawable
.................\...\........\icon.png
.................\...\layout
.................\...\......\login_activity.xml
.................\...\values
.................\...\......\strings.xml
.................\...\xml
.................\...\...\authenticator.xml
.................\...\...\contacts.xml
.................\...\...\syncadapter.xml
.................\samplesyncadapter_server
.................\........................\app.yaml
.................\........................\dashboard.py
.................\........................\index.yaml
.................\........................\main.py
.................\........................\model
.................\........................\.....\datastore.py
.................\........................\.....\__init__.py
.................\........................\templates
.................\........................\.........\users.html
.................\........................\.........\view_friends.html
.................\src
.................\...\com
.................\...\...\example
.................\...\...\.......\android
.................\...\...\.......\.......\samplesync
.................\...\...\.......\.......\..........\authenticator
.................\...\...\.......\.......\..........\.............\AuthenticationService.java
.................\...\...\.......\.......\..........\.............\Authenticator.java
.................\...\...\.......\.......\..........\.............\AuthenticatorActivity.java
.................\...\...\.......\.......\..........\client
.................\...\...\.......\.......\..........\......\NetworkUtilities.java
.................\...\...\.......\.......\..........\......\User.java
.................\...\...\.......\.......\..........\Constants.java
.................\...\...\.......\.......\..........\platform
.................\...\...\.......\.......\..........\........\BatchOperation.java
.................\...\...\.......\.......\..........\........\ContactManager.java
.................\...\...\.......\.......\..........\........\ContactOperations.java
.................\...\...\.......\.......\..........\........\SampleSyncAdapterColumns.java
.................\...\...\.......\.......\..........\syncadapter
.................\...\...\.......\.......\..........\...........\SyncAdapter.java
.................\...\...\.......\.......\..........\...........\SyncService.java
.................\_index.html
.................\说明.htm