AndroidStarterAlt
A sample Android app using the MVP architecture.
Compared to the https://github.com/RoRoche/AndroidStarter repository, this one uses:
- requery as persistence layer
- EventBus as event bus layer
- LoganSquare as JSON parsing layer
- Conductor to build View-based Android application
It allowed me to write less code and delete some classes written in the https://github.com/RoRoche/AndroidStarter repository.
TODO
- move from MVP to VIPER