List of libraries needed for http, REST API development in Android -
i newbie in developing web services android. needed know list of libraries needed http, rest api support in android client along use case. helpful.
volley
networking library best provides concurrent request initiation , cancellation features. has documentation on https://developer.android.com/training/volley.
further information on library best. please go through following links
- https://www.quora.com/what-is-the-best-library-to-make-http-calls-from-java-android
- http://instructure.github.io/blog/2013/12/09/volley-vs-retrofit/
- comparison of android networking libraries: okhttp, retrofit, , volley
hope helps.
Comments
Post a Comment