Android Question Replace Android menu with listview

Beja

Expert
Licensed User
Longtime User
Hi All
I have galaxi note 5 that has no hardware menu and my old app didn't work on it.. I want to port the code to a listvew then use the list's item_ckick event.
Any hint appreciated.
 

DonManfred

Expert
Licensed User
Longtime User
So you want to show a listview all the time stealing the room in your activity?

Even if you dont have a hardwarebutton you can open a menu by code. So you just need a button to click on to open a menu...

Or you can use a NavigationDrawer like MSMaterialDrawer
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
So you want to show a listview all the time stealing the room in your activity?

Even if you dont have a hardwarebutton you can open a menu by code. So you just need a button to click on to open a menu...

Or you can use a NavigationDrawer like MSMaterialDrawer
.
Thanks Don but I don't mean to display the listview all the time otherwise I wouldn't see anything.
 
Upvote 0
Top