https://kotlinlang.org logo
Title
r

raghunandan

06/27/2022, 10:48 AM
Looking for suggestions!. I have a bottom bar and navigation drawer in my top level destinations. I have other screens which also needs toolbar. Should i have scaffold in those screens as well or just a column and a topbar and hide the scaffold if its not a top level destination. I remember i saw thread related to this somewhere but cannot re-collect now.
c

Colton Idle

06/27/2022, 11:51 AM
I think it'll basically depend on your use case, but in general you don't need a Scaffold if all you have is a top bar, content, and bottom bar. For some of my apps, I have a top level scaffold, and another scaffold on each screen just because of requirements I have with snackbars and such, but yeah. Overall it works well. I suppose you should see how far you can get with just a Column.
r

raghunandan

06/27/2022, 11:53 AM
Ok. Did you find any problem with using scaffold in other screens?. Any case it will use case based