I’m excited to announce that my open-source sample project about
Android Modular Architecture
just reach 1K ⭐️ on
Github
. Maybe sounds insignificant if you compare with video reproductions or a post likes on twitter. But isn’t, the project is among top 10 github projects in Kotlin related with Android Architecture Sample with several mentions/references like
Android Weekly
,
AndroidSweets
,
Droidcon
and
KotlinBy
.
I want to say thank you ❤️ in this way for all the support received by the
android/kotlin developer community
and I hope that some of the architecture decisions taken help you to apply/inspire to your current or next project.
Of course, nothing is perfect and this project isn’t an exception, there are a lot of things to improve, but the iteration is the key to my point of view.
Project Link: https://github.com/VMadalin/android-modular-architecture
🎉 5
👍 11
f
florent
07/11/2020, 8:49 PM
Is it a best practice to use livedata in the Dao. I am thinking of doing it for my project but I am not sure about it