This is a pet project where is put in practise some of the concepts of Jetpack compose.
The app shows a list of books requested from the server. These books are shown in a list of item.
The app makes use of:
- Columns and Rows
- States
- LazyColumnFor
- MaterialTheme
- Ambients
- Load images from server
- Modifiers
- And much more
The feedback is welcome, feel free to create PR or an issue.