Android Example [B4X] AS Settings - Change Description Text on the fly


How to change the description text of a property:
B4X:
AS_Settings1.MainPage.GetProperty("ExportDatabase").Description = "Last Backup: Now"
AS_Settings1.MainPage.Refresh

Simple, isn't it?

The .Refresh method rebuilds the entire list, but the user does not notice this because the changes are immediately visible.
 
Top