Tuesday, 27 August 2013

open DrawerLayout first time only

open DrawerLayout first time only

Per Google guidelines, it is recommended you open the DrawerLayout the
first time only after app is installed (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.

No comments:

Post a Comment