Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 615 Bytes

README.MD

File metadata and controls

21 lines (15 loc) · 615 Bytes

Hands-on with Jetpack Compose

See the article

This is a pet project where is put in practise some of the concepts of Jetpack compose.

alt text

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.