LinkedLists icon indicating copy to clipboard operation
LinkedLists copied to clipboard

A sample app written using MVVM architecture with databinding within Kotlin code.

This is an Android version of Country-State-City dropdown which was initially made for Web.

Using:

Client:

  • Splitties Views DSL for building UI with Kotlin code
  • OkHttp to fetch data
  • android.util.JsonReader to parse JSON
  • SQLite to cache data

Server:

Screencast