I'm using a listview to control settings.
When the user presses this Item, I want to change the text on the lable to "Advanced Mode" or "Standard Mode" to show which mode is currently in use.
What is the most efficient way to do this?
B4X:
lvSettings.AddTwoLines2("Standard Mode","Select Standard or Advanced Mode","GM")
When the user presses this Item, I want to change the text on the lable to "Advanced Mode" or "Standard Mode" to show which mode is currently in use.
What is the most efficient way to do this?