ArtsiomCh / RetroKotlin

Simple Android app to show how unit testing with MockWebServer and Architecture Components (ViewModel + LiveData)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetroKotlin

This is an Android demo application to show how to better unit testing when using Architecture Components (ViewModel, LiveData & RxJava)

You can find the related article on my Medium : https://medium.com/@Phil_Boisney/how-to-better-unit-testing-42a956e005d6

PRESENTATION

This simple app is composed of a single screen. When this screen appears, we will fetch (Retrofit) the Github information of Jake Wharton.

PREVIEW

Architecture Components

This application implements the following concepts :

  • ViewModel
  • LiveData
  • RxJava 2
  • Dagger 2
  • MockWebServer

Libraries

About

Simple Android app to show how unit testing with MockWebServer and Architecture Components (ViewModel + LiveData)


Languages

Language:Kotlin 100.0%