Android app challenge in kotlin to get all hotels from a GET API search from https://www.hurb.com/search/api?q=buzios&page=1. which returns a json.
IDE
- Android Studio 3.5.3
- Kotlin 1.3.61
Requirements
- JDK 1.8
- Android SDK.
- minSdkVersion 23
- targetSdkVersion 29
Libraries
- Support libraries
- RecyclerViews
- Constraint Layout
- Maps
- Gson
- Picasso
- Android Arch Components
- Volley
- Autoimageslider
- Room Database
- Android Material Components
The project helps to demonstrate the developer platform development knowledge, library usage and development patterns. I used some useful libraries like Volley for communicating with the API and Picasso for loading the images, i used the mvvm design pattern (without data binding) and room database to display hotel details.
issues
- i noticed that when i use my phone for development some images didnt load, but when i use an emulator the images load.


