Is there any sample project which uses suspend(cor...
# android-architecture
a
Is there any sample project which uses suspend(coroutines), retrofit, room to make get, post, patch and delete request with proper architecture.
I want clean, consise, and isolated architecture.
I also want to have offline support which means to get offline data from room when there is no internet.
d
it's sound like you want to production-ready application where you will only change some class names. 🙂
🤣 3
a
Yeah kind of 😅
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
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.