One of the Preferences in my PreferenceActivity needs to get its values from a database. How do I add these values?
public class Settings extends PreferenceActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
addPreferencesFromResource(R.xml.preference_screen);
ListPreference customPref = (ListPreference) findPreference("language");
**ADD_CUSTOM_VALUES_HERE**?????
}
Here's a link to the solution: http://craiget.com/bridging-androids-listpreference-and-database/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With