Links (9)
“ With the addition of the bottom app bar in Material Design we've also begun using the bottom navigation drawer ( https://material.io/design/components/navigation-drawer.html#bottom-drawer ). It can be implemented with a BottomSheetDialogFragment containing a NavigationView and some additional UI elements. We can then set up our NavigationView with the parent Activity's NavController from inside this dialog (simplified): ”
“ <android.support.v4.widget.DrawerLayout xmlns:android=" http://schemas.android.com/apk/res/android " ”