• Stars
    star
    1
  • Language
    Kotlin
  • Created almost 4 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android application. Pattern MVVM (Android ViewModel + LiveData + DataBinding). It uses data from OpenWeatherApi(https://openweathermap.org/). There are two fragment in MainActivity: First fragment views details of forecast. Second contains list of daily forecast. If you click on item, first fragment views forecast details for selected day. Fragments manage with Android Architecture Component. DB with Room. Network with Retrofit. Di with Dagger.