LinkedLists
LinkedLists copied to clipboard
trafficstars
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.JsonReaderto parse JSON- SQLite to cache data
Server:
- Undertow HTTP server
- Moshi to build JSON
- SQLite-JDBC to store data
