https://kotlinlang.org logo
#android-architecture
Title
# android-architecture
f

frankelot

06/17/2021, 11:28 PM
reposting this here 🙂 hope it doesn’t come across as spam
w

Will Shelor

06/18/2021, 5:45 AM
We’re evaluating this right now. Our answer is both. We’re building a set of core components that follow our design team’s guidelines in a separate module to empower fast development and previews, but we also have our complex composables that have much more awareness of the current screen within the primary module of our application (where the fragments are/used to be). However, it’s still a WIP so I can’t say for sure how it’ll turn out. 🙂
f

frankelot

06/18/2021, 7:49 AM
Thanks Will, I was also taking this hybrid approach in my small project… But it looks like it’s not the one recommended by Google, check this answer from Ian Lake from Google https://kotlinlang.slack.com/archives/CJLTWPH7S/p1623972758397800?thread_ts=1623972161.396600&cid=CJLTWPH7S
2 Views