VIPER architecture in Android
Android VIPER Architecture Sample Application
This is an example of VIPER Architecture README to demonstrate practical implementation of VIPER over other architectures.
Installation
Clone this repository and import into Android Studio
git clone https://github.com/Anu07/VIPER.git
Maintainers
This project is mantained by:
Anu Bhalla
Contributing
Fork it
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -m 'Add some feature')
Run the linter (ruby lint.rb').
Push your branch (git push origin my-new-feature)
Create a new Pull Request