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

Demo example of an Android app on Kotlin

Notifications You must be signed in to change notification settings

DmitryStarkin/Demo_Android_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.