Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 409 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 409 Bytes

RoomPersistenceCoroutines

Androind Architecture Component makes application development faster and easier. It makes your code clean and easy to read. This application focus on Room persistence with kotlin coroutines. We'll see how to add suspension function in our Dao class methods.

To know how the code works see this link.