Android Question Dynamically disable/enable option(s) in PreferenceActivity Screen

magicmars

Member
Licensed User
Hi !
I use native B4A PreferenceActivity library version 1.01.
I search the forum but I didn't find any question similar to this one:

I want that... if I check option 1, it uncheck automatically options 2 if checked, and disable it dynamically (whatever checked or not..)

After that, staying in the activity, If I uncheck option 1, it will enable again options 2.
Do you think it's possible ?
I know it's possible with basic views, but I wonder how can i play with PreferenceActivity Screeen options.

Thank you.
 

Attachments

  • Screenshot_20200502-170453.png
    Screenshot_20200502-170453.png
    53.6 KB · Views: 221

magicmars

Member
Licensed User
Thank you @Erel , I think the best way to replace the preferences activity it will be with XUI views. And more customizable. I will go that way
 
Upvote 0
Top