Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
What should I use Android AccountManager for?

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

Thanks

share|improve this question
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
1  
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 '12 at 12:50

marked as duplicate by rds, IceMAN, Damon, JaredMcAteer, Goran Jovic Jan 21 at 16:24

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

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

Update: check this link instead http://blog.notdot.net/2010/05/Authenticating-against-App-Engine-from-an-Android-app

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

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