Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 491 Bytes

Readme.md

File metadata and controls

20 lines (14 loc) · 491 Bytes

Code example of a simple Android application on Kotlin

On main screen app shows list of people by listing only the first name On tapping on a list item show the profile view that displays: first name, last name, age, gender and country

Installation

Clone this repository and import into Android Studio

Configuration

Use the Android Studio Build Variants button to choose between debug

Technologies:

Fragments, LifeData, ViewModel, Retrofit 2, Coroutines, Dagger 2.