Starter Guide to Retrofit - Android Studio- Part Three
Setting up the API call interface.
Jul 4, 20212 min read66

Search for a command to run...
Articles tagged with #apis
Setting up the API call interface.

Setting up the model class.

Setting up Retrofit and GSON.

Welcome to this section of my technical writings. In this guide, we are going to set up a quick mocker back en server to test our API. Are you learning HTTP requests and need a back-end server to experiment with? Are you building a web or mobile app...
