Description
Have you ever wondered how to interact with Restful API in android, Retrofit is the answer.
Android App nowadays requires communication with the server to fetch and post apps data this can be achieved through the use of a retrofit.
This course will walk you step by step explaining in detail about retrofit through a practical example.
Topics we will cover in this course:
Retrofit Configuration
Handling Requests and Response
API method declarations
Retrofit Annotations
Logging Server Request and Responses
User registration through an API and Retrofit
User Login through an API and Retrofit
At the end of the course you will be able to:
Send requests and handle responses to the server
Configure retrofit2 in your android project
Check for server requests and responses through the console ( for debugging purposes)
Create an app that registers and authenticate a user using retrofit and restful API
Handle JSON requests and responses.
The practical part of the course:
The course is both practical and engaging, you will create as you learn.
You will build an android app that uses retrofit to register and login users through a restful API.
You will also learn some design concepts screens for register and login have a nicely done UI/UX.
The information is simplified to ensure you get to learn and understand.
More endpoints are available on the restful API endpoint, use this endpoint for your practices.