X xor83 Member Licensed User Longtime User Apr 15, 2012 #1 Can I create menu using Activity.AddMenuItem dynamically? Ex. I want to create menu according to page loaded in webview.
Can I create menu using Activity.AddMenuItem dynamically? Ex. I want to create menu according to page loaded in webview.
Erel B4X founder Staff member Licensed User Longtime User Apr 15, 2012 #2 No. You will need to create a custom menu and handle the menu key. Note that starting from Android 4.0 the guidelines discourage the usage of the standard menu. Upvote 0
No. You will need to create a custom menu and handle the menu key. Note that starting from Android 4.0 the guidelines discourage the usage of the standard menu.