Seeking for a recommendation how to handle preferences the same way in B4A(i) and B4J using XUI.
The preferences (or settings) are numerous strings and booleans, to be scrolled throught on a page.
The settings are stored in a map file.
A solution could be to create various layouts and add those to a xCustomListView (in a settings page) as items (requires a sub for each item to create and handle and various types). This seems rather complex and high effort.
In B4A there is the Preferences Activity, but this is not supported in B4J.
Any other ideas appreciated?
The preferences (or settings) are numerous strings and booleans, to be scrolled throught on a page.
The settings are stored in a map file.
A solution could be to create various layouts and add those to a xCustomListView (in a settings page) as items (requires a sub for each item to create and handle and various types). This seems rather complex and high effort.
In B4A there is the Preferences Activity, but this is not supported in B4J.
Any other ideas appreciated?