This repository show a simple app retrieving a JSON and showing part of its data in a TextView using Square's Retrofit library using the Kotlin programming Language for the app development.
Libraries
- Retrofit (for making and handling the HTTP calls).
- OkHTTP (for logging the response of the Call made by Retrofit).