Hi guys, How can I efficiently build a Compose Mul...
# multiplatform
a
Hi guys, How can I efficiently build a Compose Multiplatform app that supports multiple screen sizes, such as phones and tablets? Are there any recommended libraries or best practices for handling responsive layouts across different device sizes?
m
You can use
org.jetbrains.compose.material3.adaptive:adaptive
&
org.jetbrains.compose.material3.adaptive:adaptive-layout
a
Is the bottom navigation bar component now available in Jetpack Compose's official navigation library? I'm currently using the Voyager library for navigation, but I'm considering switching to the official library if it now supports this feature.
m
Yes bottom navigation is available
aslo material3AdaptiveNavigationSuite is coming in the next release
a
It would be great! Thank you sir
1