Blogging application for Android using Open Source Conduit Api
Android/Kotlin codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This RealWorld app tries to show the following Android concepts:
- 100% Kotlin Codebase
- MVVM (Model View ViewModel) Architecture
- LiveData
- Kotlin Coroutines
- Jetpack Navigation Architecture
The project follows the general MVVM structure.
There are two modules in the project
app
- The UI of the app. The main project that forms the APKapi
- The REST API consumption library. Pure JVM library not Android-specific