Per Google guidelines, it is recommended you open the DrawerLayout
the first time only after app is installed and opened (to show user the functionality).
How would you go about doing this?
It seems it would be a combination of openDrawer()
method with some type of preference.
I would recommend that you use the SharedPreferences for that:
Here is an example of how it could look like: