With the help of Volley Library, perform POST
request using JsonObjectRequest
and GET
requests using StringRequest
.
POST
request is made at the login screen.
GET
request is made at the home screen.
I have explained about the Volley library and how to perform network requests in the follwing articles.