Patterns studies project on Android with Kotlin
- This project contains News CRUD (insert, update, delete and get)
- List of News using RecyclerView
- Dependency injection with Koin
- Implementation of the ViewModel and LiveData patterns
Note: For this project to work with API integration, it is necessary to upload the API to your machine: android-tech-news-api. It is an API in Spring Boot used only for integration with APP.