Templates for creating MVVM Kotlin files on Android Studio
To add the template to your Android studio you can clone this repository and run:
$ ./moveToAndroidStudio.sh
on your terminal.
There's also a basic Base MVVM Module that your files can extend. This files add some common functionalities that can be used on your project
This files are on the Base
folder.
Thanks for your contributions: