A modern MaterialUI theming Jetpack Compose android application that can track crypto prices and show them in a list.
- I'm doing this learning project in order to get an overall idea about the Kotlin libraries(eg: jetpack compose, ktor, koin etc)
- Kotlin: Programming language used for Android development
- Jetpack Compose: UI toolkit for creating native UIs
- Android Studio: IDE for building Android applications
- kotlinx serializaiton: for parsing json data
- ktor client: for rest API call
- Koin: for dependancy injection
- Jetpack Compose Documentation: https://developer.android.com/jetpack/compose
- Course: The best practice guide to android architecture