Client side

After creating our backend, we need to create a client-based application to utilize the server. In this part, we will create an Android application as a client-based frontend application. To create the application, we need to make a design before starting coding. We will create an Android application and handle HTTP requests with the use of Retrofit.

First of all, we will design the workflow of the application.