Android Question Preference Dialogs Field value change event

Erel

B4X founder
Staff member
Licensed User
Longtime User
You cannot have it all :)
B4XPreferencesDialog is a good solution for its use case. There is no magic - making it "more dynamic" means that it will make it considerably more complicated to work with and instead of a nice and simple tool to build input forms (inspired by Google Forms BTW) we will have a cumbersome tool.
B4XPreferencesDialog is open source. Anyone one who wants to add features is more than welcome. It is also simpler to take the code and modify it to better meet your specific requirements than it is to extend the official library that needs to be backward compatible and simple.
 
Upvote 0

Filippo

Expert
Licensed User
Longtime User
Is there a way for me to get the event when the a value of a field in preference dialog was changed?
You can try my library, I think this is exactly what you are looking for.
 
Upvote 0
Top