https://kotlinlang.org logo
#compose
Title
# compose
j

Jordi Saumell

03/03/2021, 9:13 PM
Yesterday I published a sample app with Compose beta01. It focuses on doing MVVM without AAC-ViewModels and without fragments (binding Koin scopes to navigation destinations). Also, config changes are handled manually, app state is saved, layout adapts to landscape or multi-window, and more… It has been an interesting challenge, and I think it can be useful to those building apps that are fully in Compose UI. Also, comments are more than welcome, as I’m quite new to declarative UI. So in case someone is interested, here it is 🙂
👍 2
🎉 6
By the way, I’ve received help from many of you while building this sample, so thank you all!
3 Views