Hello peeps 👋
Has anyone used *Voyager (*https://github.com/adrielcafe/voyager) in a project? I'm considering using it for navigation.
From their documentation, they mention
ScreenModel
to replace ViewModels, but is that mandatory to use? Or can I just use the navigation part without ScreenModel?
Thanks 🙏
m
mohamed rejeb
02/19/2024, 8:26 AM
Yes you can use navigation without
ScreenModel
it's not mandatory.
v
Vivien Mahé
02/19/2024, 8:28 AM
Alright perfect, thank you!
a
Andrew Watson
02/19/2024, 5:28 PM
FWIW, I'm using and I quite like the ScreenModel class as it has a viewstate object and built in coroutine scope