0

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.

FAZ
  • 255
  • 1
  • 3
  • 13

2 Answers2

1

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.

Community
  • 1
  • 1
Mustansar Saeed
  • 2,730
  • 2
  • 22
  • 46
1

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.

Radu Ionescu
  • 3,462
  • 5
  • 24
  • 43