Android project to explore the following libraries/architecture:
- Dagger 2 - for dependency injection (DI)
- Flow - handles UI navigation without Fragment
- Mortar - modularisation of views using DI, works well with Flow
- RxJava & RxAndroid - library to support asynchronous events
- Clean Android Architecture: read about it here - a more sustainable and maintainable way to develop Android application
- Kotlin - a new language which works together with Java while adding more features