This is a Android Studio's plugin generate all class for module by VIPER architecture(or Android Clean Architecture) for Android project.
You can customize any template for class generation or use it separately.
The plugin generate the next classes of module:
- Activity
- Fragment
- Presenter
- Interactor
- Repository
And abstraction:
- View
- Router