AhsenSaeed / RoomPersistenceCoroutines

KOTLIN COROUTINES AND ANDROID ROOM PERSISTENCE

Home Page:https://ahsensaeed.com/kotlin-corounties-android-room-persistence-suspend/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.