Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 386 Bytes

VIPER-Module-Generator

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