Create a simple rest application in android.
How to invoke RESTful webservice in Android applications! How to call webservice in Android applications !
Locations where you can find stuff that we talked about:
The github with the starting template bootstrap app:
https://github.com/AndreiD/UltimateAn...
Retrofit Documentation:
http://square.github.io/retrofit/
Postman for testing your REST Server:
https://www.getpostman.com/
Generate POJO's:
http://www.jsonschema2pojo.org/
Here in Android Tutorial we'll see how we can use the most common library to do the job. Retrofit 2
Android REST Tutorial - CRUD Application RETROFIT Latest