I was wondering if there are any simple examples, using Android account manager, so that I can understand it better.

Thanks

link|improve this question

67% accept rate
1  
What are you trying to do with it? Are you trying to gain access to an existing account on the device, or define a type of account for a custom service that you want to expose to the system? – adamp Dec 9 '11 at 5:21
actually I want to just understand account manager(what all can be done). Resources on net are sparse, so I thought if I can check an example.. – Yogi Dec 9 '11 at 5:26
I think this a to vague question need to clarify it more – Necronet Mar 30 at 12:50
feedback

3 Answers

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

link|improve this answer
feedback

you can find a good example on Authenticating against AppEngine using the Android AccountManager here http://gnuc.in/resources/archives/1404

link|improve this answer
404 - File or directory not found. – Lord Flash May 17 at 8:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.