Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyropcjr/bookshelfapp

Simple app to demonstrate usage of Coil libs, Retrofit, Kotlin serialization also Jetpack Compose UI
https://github.com/cyropcjr/bookshelfapp

android-application androidstudio coil-kotlin jetpack-compose kotlin-android kotlin-serialization retrofit2-kotlin study-project

Last synced: about 2 months ago
JSON representation

Simple app to demonstrate usage of Coil libs, Retrofit, Kotlin serialization also Jetpack Compose UI

Awesome Lists containing this project

README

        

# App BookShelf

Simple study project to understand how to use library Jetpack Compose with Kotlin.
Following basic training concepts by Google courses.

## Requirements

- Android Studio Arctic Fox or above
- Kotlin 1.5.0 or above
- Lib Jetpack Compose
- [Coil](https://coil-kt.github.io/coil/) to load images by URL
- [Retrofit](https://square.github.io/retrofit/) to make REST requests to the web service
- [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) to handle the deserialization of the returned JSON to Kotlin data objects

## Reference

[](https://developer.android.com/courses/android-basics-compose/course)
Google Android courses