Is there a good sample application out there which...
# android
j
Is there a good sample application out there which shows best-of-breed usage of kotlin, architecture components, (butterknife? dagger?) etc.?
d
I've written an app a while ago using kotlin, dagger2, architecture components, retrofit etc. Nowadays I was going to review it again and check if there is anything to improve. You can check it on github-> https://github.com/dgngulcan/droid-feed
There is also an app under google samples-> https://github.com/googlesamples/android-sunflower
b
I like these samples, https://github.com/googlesamples/android-architecture, but it highlights the fact that there isn’t necessarily a one size fits all solution.