hii developer, can you please suggest the git repo...
# android-architecture
r
hii developer, can you please suggest the git repo, that have basic app using retrofit and room with coroutine and ui in xml but without DI, actually I am new in mvvm so can you please suggest the GitHub repo, so I can learn from that. Thanks you
d
The
views
branch of the Sunflower sample: https://github.com/android/sunflower/tree/views uses XML for UI, Retrofit for network calls and coroutines. For MVVM, start with https://github.com/android/architecture-samples
r
Thank you @Don Turner