I was wondering if there are any simple examples, using Android account manager, so that I can understand it better.
Thanks
|
I was wondering if there are any simple examples, using Android account manager, so that I can understand it better. Thanks
| |||||||||
feedback
|
|
here are the links .hope it may help u. http://code.google.com/p/google-api-java-client/wiki/AndroidAccountManager, http://www.finalconcept.com.au/article/view/android-account-manager-step-by-step-1, | |||
|
feedback
|
|
You can refer sampleSyncAdapter example from the android documentation http://developer.android.com/resources/samples/SampleSyncAdapter/index.html. This example demonstrate the both account manager and synchronization manager, so if you want to be more simple just remove com.example.android.samplesync.syncadapter package and SyncService definition from the manifest xml | |||
|
feedback
|
|
you can find a good example on Authenticating against AppEngine using the Android AccountManager here http://gnuc.in/resources/archives/1404 | |||
|
feedback
|