The Android Account Authenticator system can be used to make the client authenticate with a remote server. Three pieces of information are required:
A service, triggered by the android.accounts.AccountAuthenticator. Its onBind method should return a subclass of AbstractAccountAuthenticator.
An a...