Is there any sample project which uses suspend(coroutines), retrofit, room to make get, post, patch and delete request with proper architecture.
amar_1995
02/13/2020, 7:46 AM
I want clean, consise, and isolated architecture.
amar_1995
02/13/2020, 7:48 AM
I also want to have offline support which means to get offline data from room when there is no internet.
d
Dariusz Rusin
02/13/2020, 8:02 AM
it's sound like you want to production-ready application where you will only change some class names. 🙂
🤣 3
a
amar_1995
02/13/2020, 8:22 AM
Yeah kind of 😅
amar_1995
02/13/2020, 8:26 AM
Problem is that there is so many changes in android in last 3-4 years that I am confused what to follow and what not.
a
Andrew
02/15/2020, 5:59 AM
Most of this is covered by the free android with kotlin udacity course. The ones for database/room and internet cover most of what you are asking. There is sample code on github to go along with it.