Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 498 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 498 Bytes

Retrofit2 and Room Code Sample

Example code of simple use of Retrofit2 and Room in JetPackCompose 2025

API used

Using Retrofit2

  • Load a LazyColum with products that you can add to a Favorite List saved in Local Storage using Room
  • Load a LazyColum with products searched from API, you can add to a Favorite List too

DataBase

Room

  • Add to Favorite List
  • Remove from Favorite List