Android Question changing the title in activity.addmenu?

MbedAndroid

Active Member
Licensed User
Longtime User
Activity.AddMenuItem("Open File", "OpenFile")
is there a way to change the title after loading the app? This for using it as a option switch?
 

DonManfred

Expert
Licensed User
Longtime User
No

You need to use alternative methods to define a menu.
A actionbar for example
 
Upvote 0
Top