Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cyropcjr/bookshelfapp
- Owner: CyroPCJr
- License: mit
- Created: 2024-09-12T14:44:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T03:32:18.000Z (5 months ago)
- Last Synced: 2024-10-31T08:42:54.357Z (3 months ago)
- Topics: android-application, androidstudio, coil-kotlin, jetpack-compose, kotlin-android, kotlin-serialization, retrofit2-kotlin, study-project
- Language: Kotlin
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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