Skip to content

AhsenSaeed/RoomPersistenceCoroutines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.