And one more opinion :pray: When I check Compose s...
# compose
h
And one more opinion 🙏 When I check Compose samples some samples didn’t use Fragment. but, some samples use Fragment and ViewModel. my suggestion is similar approach with them. the samples use Fragment. my suggestion uses Screen(custom class with composable. I didn’t use ViewModel of android component as my suggestion is for multiplatform) each page seems to have to be class for management of navigation and viewModel. or is Fragment also transient implementation? and not used in the future? I would like to know what is the recommended approach on Jetpack compose, so that I would like to apply the suggested approach on my project. Thanks for read 🙏
☝️ 2