How can we create an side menu(sliding menu) in android actionbaractivity? -
i using android appcompat_v7 version,i had developed actionbar activity optionmenu(flowmenu) @ right corner of action bar,it works fine.now want place sliding menu @ left corner of action bar,is there possibility. had tried code nothing works fine..
try navigation drawer. part of android platform, not third party library, find whole example here in official documentation https://developer.android.com/training/implementing-navigation/nav-drawer.html
Comments
Post a Comment