Reputation: 285
I am a newbie in developing web services for Android. I needed to know what are the list of libraries needed for http, REST API support in Android client along with their use case. It would be really helpful.
Upvotes: 0
Views: 1030
Reputation: 3532
You can follow the example for Create a weather app on android where they take you through the steps of creating a client for a REST API.
Upvotes: 1
Reputation: 2790
Volley
networking library is the best which provides the concurrent request initiation and cancellation features. It has also documentation on https://developer.android.com/training/volley.
Further information on which library is best. Please go through the following links
Hope this helps.
Upvotes: 1