Hey all ! I’ve recently open sourced an example m...
# android-architecture
m
Hey all ! I’ve recently open sourced an example modularized app - using some of most common libraries, tried to implement cases like structured DI, clean architecture, navigation between features etc. ( you can see modularization graph & DI graph on README ). I’ll be writing about many things I’ve came across and learned during development when I have enough time ! I’m trying to improve it with more cases to cover, not going too fast, but still it’s something. If you have any suggestions, it’d be great hear ! https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture
👍🏼 2
👍 10
a
@Melih Aksoy If I want to add product flavor in the modular application how can I do it?
m
@Aslam Hossin You can add them just you need - to all modules that you want to support them. Android Studio will try to match your build variants ( when changed from variants window ) to each other - so it’s nice to actually support all build types and flavors in all modules.
a
@Melih Aksoy Thanks for your input.
m
Awesome @Melih Aksoy this is what we are looking for.
m
Ywc ! It’s quite minimal on functionality & ui side tho - feel free to give feedback on anything that can be improved
m
mine was also far from perfect: https://github.com/mochadwi/android-social-app but looks like the clean archictecture from your repo and the tech stack was awesome. I'm using kotlin to replace groovy DSL. And also, I'm using kotlinx serialization than moshi. Thank you very much, and I think collaborate on your code my next milestone haha