Skip to content

This repository contains a simple app that calls an URL, retrieves a JSON and show some of its content in a TextView

Notifications You must be signed in to change notification settings

AlfredoBejarano/Kotlin-Android-Retrofit-Example

Repository files navigation

Kotlin Android Retrofit Example

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).

About

This repository contains a simple app that calls an URL, retrieves a JSON and show some of its content in a TextView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages