Interface for a callback to be invoked when a shared preference is changed. Interface is named:
With our Context we can get SharedPreferences with a method, named: getSharedPreferences(String name, int mode). What value can we transfer in a "mode"parameter?
What statements about InputStreamReader (java.io.InputStreamReader) are correct? (Choose two.)
In a class extended PreferenceFragmentCompat. What method is used to inflate the given XML resource and add the preference hierarchy to the current preference hierarchy?
In a class PreferenceFragmentCompat. What method is called during onCreate(Bundle) to supply the preferences for this fragment. And where subclasses are expected to call setPreferenceScreen(PreferenceScreen) either directly or via helper methods such as addPreferencesFromResource(int)?
What is a correct part of an Implicit Intent for sharing data implementation?