Join Slack
Powered by
does anyone have any suggestions on approaches on ...
# android
j
jefbit
02/22/2021, 5:08 PM
does anyone have any suggestions on approaches on how to handle navigation for apps using both phone and tablet layouts?
stackoverflow
4
google
3
k
Katrina Eaton
02/22/2021, 5:39 PM
1. checkout constraint layout. 2. Someone is probably going to tell you that's not kotlin specific so not appropriate for this Slack.
m
Mark Sheekey
02/22/2021, 9:28 PM
Separate xml for tablet/phone - use navigation component from jetpack.
j
jefbit
02/22/2021, 9:35 PM
I should have asked the question better. If I am using something like a master /detail layout navigation doesn't cover that.
i
itnoles
02/23/2021, 1:51 AM
master/detail wouldn't need navigation. Detail would need some kind of FrameLayout.
3
Views
Open in Slack
Previous
Next