Skip to content

A basic sample android application to understand MVVM in a very simple way.

Notifications You must be signed in to change notification settings

avisper/Android-MVVM-sample-app-NewsApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-MVVM-sample-app-NewsApi

A basic sample android application to understand MVVM in a very simple way.

Description

Get the latest news around the world from NewsAPI.

Stack

  • Kotlin
  • Kotlin Coroutines - for multithreading
  • Koin - as DI
  • Retrofit 2 - API Requests
  • Room - wrapper over SQLite
  • Unit testing

Note: Please use your own API KEY. Register your APIKey from NewsAPI.org.

Contribute: Just make pull request. You are in!