I wanted to write an Android Rest client for my application using AbstractThreadedSyncAdapter, Authunization is not required for my generation server. My questions.
- Is AbstractThreadedSyncAdapter used for authentication application only?
- if not, how to use it as a regular client for relaxation.
- Can I get a good code example?
source share