/Kotlin-Retrofit-AndroidArchitectureComponents

Example of using MVVM, Kotlin, retrofit and android architectural components.

Primary LanguageKotlin

HotelDisplay

This application displays hotels from a JSON file. The file has the following fields:

  • id
  • hotel name
  • hotel image
  • hotel address
  • hotel rating
  • distance from the center
  • available apartments

The user can sort the data by rating or name and select a hotel to see an additional description.

Technology stack: Android, Kotlin, Retrofit, Moshi, Glide, Android Architecture Components, Android Data Binding, Navigation Components