Android Question Prefrencedialog does not appear in the library list

imam syaifuddin

Member
Licensed User
Longtime User
Hello, I Will use prefrencedialog in my app, but prefrencedialog does not appear in the library list, I have put the file in the library folder, how to handle it?,
for information I use B4A version 9.80, please help me
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
"PreferenceActivity" is in the libraries list. "PreferenceScreen", which I think is the preferences dialogue that you are looking for, is part of that library.

There is a tutorial here "Preference Activity Tutorial". Note that you will need to modify the manifest; the tutorial explains this.
 
Upvote 0
Top