0

I had some queries regarding account manager in android.

1) How SSO is supported in account service.

2) How Sync services use accounts from account service.

3) How account is managed (i.e Add , Delete, Authenticate, Re-Authenticate etc.)

4) Dependency of 3rd party.

Thanks in Advance

Yogi
  • 1,035
  • 2
  • 13
  • 39
  • This may help: http://stackoverflow.com/questions/2720315/should-i-use-android-accountmanager – Yaqub Ahmad Dec 12 '11 at 09:27
  • I saw this, what I did not understand is how exactly authentication is done? I mean should an app do it or we can have to write separate pluggable interfaces. I mean where exactly is the logic for authentication(URL,formation, Signing and encoding the URL etc...) – Yogi Dec 12 '11 at 10:18
  • Look for Android Accounts Manager http://developer.android.com/reference/android/accounts/AccountManager.html – user2260304 Apr 13 '13 at 07:28

1 Answers1

0

Have a look at Android AtLeap library which has helper classes for Account Authenticator. Here it is https://github.com/blandware/android-atleap

Andrey Grebnev
  • 226
  • 2
  • 3