This is android example with Kotlin, Data Binding, Retrofit using Rest API web services
The goal of this Android Native application is to implement interface with REST API web service.
This project uses the Gradle build system. To build this project, use the
gradlew build
command or use "Import Project" in Android Studio.
For development, the latest version of Android Studio is required with Kotlin plugin configure. The latest version can be downloaded from here.
- Start Android Studio and import or open project.
- Android Kotlin - Write more concise, idiomatic Kotlin code.
- Retrofit - to consume JSON data via HTTP REST client
- Picasso - for lazy image loading
- Room - Database library over SQLite