public class AppPreferenceFrag
extends PreferenceFragment
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
AppPreferenceFrag() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(Bundle savedInstanceState)
onCreate
adds the preferences from the ressourcefile
|
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
onCreateView
handles the special case of the serverport entry which is an int....
|
void |
onSharedPreferenceChanged(SharedPreferences sharedPref,
java.lang.String key)
onSharedPreferenceChanged
not needed in my code, but still in case i have one listpreference,
its takes the selected entry to create the summary
(planned when/if i add background images to the buttons...
|
public static final java.lang.String TAG
public void onCreate(Bundle savedInstanceState)
public View onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
public void onSharedPreferenceChanged(SharedPreferences sharedPref,
java.lang.String key)