Hi everyone, I've built an app using MVI architect...
# compose
a
Hi everyone, I've built an app using MVI architecture and Jetpack Compose. I'm currently using Fragments for navigation and don’t want to switch to Compose Navigation. I'd love some feedback on how I can improve the architecture. GitHub repo: https://github.com/adimonga/snifflicks Any suggestions or insights would be greatly appreciated!
👍🏻 1
👍 1
b
is there any reason you used fragments? google regrets fragments. i think they are hoping to kill it completely with compose. they are only on android. removing your fragments would allow you to make the app multiplatform. just saying. fragments were initially released to be one after the other on a phone and side by side on a tablet. and it didnt make sense even then you could have extended layouts and achieve the same thing. and now they make sense even less. you van just do full screen composables.