[B4X] [XUI] AS Settings
Introducing a new library that allows you to create your own settings page with minimal code. This library comes equipped with automatic saving and loading features, making it incredibly easy to manage your settings. It supports booleans, free text, numbers, comboboxes, action buttons and more...
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.