Skip to content

Simple app to implement MVP with tests to retrieve a list of TV show.

Notifications You must be signed in to change notification settings

jusierra/TV-Show-MVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV-Show-MVP

Simple app to implement MVP with tests to retrieve a list of TV show.

Features

  • Divised in three module : app (presentation), data and domain.
  • MVP architecture.
  • Lifecycle Observer.
  • Injections with Dagger 2.0 + Android Injection.
  • RX app.
  • Local database.
  • One flavors for mock development and testing.
  • All repositories, all mappers, all presenters, all use cases tested.
  • Robolectric tests.
  • Full Kotlin.

Libraries

  • RX
  • Robolectric
  • Mockito
  • Retrofit
  • Kotlin core
  • Dagger
  • Room
  • Lifecycle
  • Glide
  • Stetho

And so much more. :)

About

Simple app to implement MVP with tests to retrieve a list of TV show.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages