It has a button that by clicking or sliding to the side it will open the menu and appear the options
2
this menu is a component called navigation Drawer https://developer.android.com/training/implementing-navigation/nav-drawer.html?hl=pt-br the developer’s own page provides training with example navigation Drawer
if you want an explanation I like to use thiengo https://www.youtube.com/watch?v=2xpA1bY_TX4&list=PLBA57K2L2RIKq7_IpaZRTL96CyLNDzF2F&index=5 it explains very well many features of the Material Design we use, menus, Recycler view, this rawDer...
this menu is a component called navigation Drawer https://developer.android.com/training/implementing-navigation/nav-drawer.html?hl=pt-br the developer’s own page provides training with example navigation Drawer
– Daniel Gentil
if you want an explanation I like to use thiengo https://www.youtube.com/watch?v=2xpA1bY_TX4&list=PLBA57K2L2RIKq7_IpaZRTL96CyLNDzF2F&index=5 it explains very well many features of the Material Design we use, menus, Recycler view, this rawDer...
– Daniel Gentil
Ball show , thanks @Danielgentil
– Paiva