Skip to content

RoRoche/AndroidVIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidVIP

Android project to experiment the VIPER approach.

Android Arsenal Dependency Status

logo

Motivations

  • Tend toward the VIPER approach
  • Make it easier to test the application
  • Simplify the set up of asynchronous job with RxJava

Technical base

  • mosby to set up the "V" and "P" of the VIPER approach
  • dagger2 to set up the dependency injection system
  • Rx.Observe to ease the set up of asynchronous job, transforming Interactor's methods to Rx methods
  • DaggerMock to mock dagger2 objects
  • mockito as a mocking framework

Perspectives

Bibliography

Logo credits

Animals graphic by Freepik from Flaticon is licensed under CC BY 3.0. Made with Logo Maker

Releases

No releases published

Packages

No packages published

Languages