Watch :3

Connect to API and Send HTTP Requests

4 videos • 58 views • by Magic Codes In this play list, we learn about retrofit library in android. We use retrofit library in android to connect to API or server, and with the help of that we can send http requests to server in best way possible. we learn about essential functionality for connecting to server, which is: create, read, update and delete or (CRUD). In this play list we learn about: 1. how to use retrofit library in android 2. how to define a service in retrofit in android 3. create a class to build retrofit service 4. send get request with retrofit to get list of items from API 5. send post request with retrofit to insert an item to API 6. send put request with retrofit to update item in API 7. send get request with retrofit to get one item from API 8. send delete request with retrofit to delete an item in API 9. get token from server for login 10. ,…