Android Question Similar view to ios Actionsheet?

tufanv

Expert
Licensed User
Longtime User
Hello

is there a similar view to ios actionsheet in android ?

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
Dont know. How does it look like? I dont have iOS-Devices (and this will not change)
 
Upvote 0

John Sturt

Active Member
Licensed User
Longtime User
Hi
You can build a menu in Activity_Create

B4X:
Activity.addmenuitem("Some Text","EventName")

Sub EventName_click

end sub

'Control the menu by
Activity.openmenu
Activity.closemenu
 
Upvote 0

MitchBu

Well-Known Member
Licensed User
Longtime User
I appreciate your guidance, Manfred. Please understand someone discovering the language may not know the terminology as well as you do.

I just received the book from Wyken Seagrave, that will probably help a lot.
 
Upvote 0

An Schi

Well-Known Member
Licensed User
As a sidenote: in the beginning the documentation was very hard to navigate for me as well. Even now i think it is needlessly hard to oversee. very 90ish...
 
Upvote 0

MitchBu

Well-Known Member
Licensed User
Longtime User
I guess I am getting more comfortable around B4A, but I find that it is difficult to know in advance where to look, since sometimes I do not really know the name of what I am looking for. Fortunately, several searches in the forum usually lead to the solution. And if necessary, I know I can always ask :)
 
Upvote 0
Top