Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Android project to experiment the VIPER approach using mosby, RxJava and dagger2

License

Notifications You must be signed in to change notification settings

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.

  • Motivations
  • Technical base
  • Perspectives
  • Logo credits

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

About

Android project to experiment the VIPER approach using mosby, RxJava and dagger2

Topics

Resources

Readme

License

Apache-2.0 license

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages