Hello,
Long ago there was a quick and dirty Android way for adding a menu that would pop up when the dedicated menu button (at bottom, next to the dedicated home button) was pressed.
B4A provides a method AddMenuItem that would add clickable items to this menu.
Since that time Android has decided to make this dedicated button the "Recently Used" button. A long click will still open the menu, but it's probably not preferred thing to do.
I have seen Erel's StdActionBar and TabStripView.
I would prefer not to dedicate screen real estate to a button or tab bar, but rather have a transparent button that I could overlay and would open a list menu upon click. Something like the horizontal bars (without the text) in the upper left of the image below or the dots at the upper right, without the dedicated blue bar.
Is there something available for B4A: class, custom view, etc., that does this – creates a pop-up list menu of clickable items upon a button press?
Thanks,
Barry.
Long ago there was a quick and dirty Android way for adding a menu that would pop up when the dedicated menu button (at bottom, next to the dedicated home button) was pressed.
B4A provides a method AddMenuItem that would add clickable items to this menu.
Since that time Android has decided to make this dedicated button the "Recently Used" button. A long click will still open the menu, but it's probably not preferred thing to do.
I have seen Erel's StdActionBar and TabStripView.
I would prefer not to dedicate screen real estate to a button or tab bar, but rather have a transparent button that I could overlay and would open a list menu upon click. Something like the horizontal bars (without the text) in the upper left of the image below or the dots at the upper right, without the dedicated blue bar.
Is there something available for B4A: class, custom view, etc., that does this – creates a pop-up list menu of clickable items upon a button press?
Thanks,
Barry.