Open needlesslygrim opened 5 months ago
The issue with a Material nav bar is desktop experience - it is designed for touchscreens and is somewhat unintuitive for mouses. I did not plan to make this app accessible on a small screen either (I image that you wouldn't enjoy doing past papers on your phone)
Well the navigation bar would only be used on mobile, a navigation drawer or navigation rail (a navigation rail would be most similar to what is currently used) should be used on medium, expanded, large, or extra-large window sizes, like in my SCIEToday:
I'm not trying to strictly follow material design guidelines in this app, but this does seem to suit my use. I'll look into this at some point, thanks for the info!
Currently, the UI renders like this on Android:
The app should probably use a Material NavigationBar for navigation, but I think the rest of the app should? be fine.