Weather App is a simple application implemented with LiveData, Room, Kotlin Couroutines, MVVM, Kodein, Navigation and other Android Jetpack components User gets current weather information of his location and also weather forecast of next 7 hours and next 7 days.
- Android JetPack Components
- LiveData
- Lifecycle
- ViewModel
- Room Persistence
- Navigation
- Kodein for dependency injection.
Weather App is based on MVVM architecture and a repository pattern.