Beja Expert Licensed User Longtime User Jun 4, 2016 #1 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.
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 Jun 4, 2016 #2 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
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
fixit30 Active Member Licensed User Longtime User Jun 4, 2016 #3 I use this library https://www.b4x.com/android/forum/threads/jfeinstein10-slidingmenu-library.36482/ Upvote 0
Beja Expert Licensed User Longtime User Jun 4, 2016 #4 DonManfred said: 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 Click to expand... . Thanks Don but I don't mean to display the listview all the time otherwise I wouldn't see anything. Upvote 0
DonManfred said: 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 Click to expand... . Thanks Don but I don't mean to display the listview all the time otherwise I wouldn't see anything.