I need to load preferences from server and changes must be stored on same server. what I understood from this link is that if I use PreferenceActivity class it stores the preferences automatically in SharedPreferences.
What I need, to fetch configurations from network and display them to user. If user changes anything then I send those changes back to server where they get stored. My question is whether I can use PreferenceScreen and it component or should I design my own controls and GUI. Thanks