Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.95 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.95 KB

ViperListExample-Android

ViperListExample is a small and simple application showing basics of VIPER architecture with dependency injection and reactive programming. Cool article in russian about this stuff is here. The app contains two modules:

  • List module loading and showing a collection of thumbnails
  • Details module showing a full-size image

The app is based on an example shown here.

Frameworks

This app uses the following frameworks:

How to build

The app can be built for Android 4.1 Jelly Bean and higher using Android Studio.

Support

Feel free to use this project as a guide for architecturing apps with VIPER using powerful design patterns and techniques. If you have found a bug or think that something's wrong, please start a new issue or contact us at [email protected].

Credits

This project is owned and maintained by Aspirity, Ltd.

License

This projectis released under the MIT license. See LICENSE for details.