List of usage examples for android.content SharedPreferences.OnSharedPreferenceChangeListener interface-usage
From source file com.example.weather.SettingsActivity.java
/**
* A {@link PreferenceActivity} that presents a set of application settings.
* <p/>
* See <a href="http://developer.android.com/design/patterns/settings.html">
* Android Design: Settings</a> for design guidelines and the <a
* href="http://developer.android.com/guide/topics/ui/settings.html">Settings
From source file com.fa.mastodon.fragment.NotificationsFragment.java
public class NotificationsFragment extends SFragment implements SwipeRefreshLayout.OnRefreshListener, StatusActionListener, StatusRemoveListener, NotificationsAdapter.NotificationActionListener, SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "Notifications"; // logging tag private SwipeRefreshLayout swipeRefreshLayout;
From source file net.maa123.tatuky.fragment.NotificationsFragment.java
public class NotificationsFragment extends SFragment implements SwipeRefreshLayout.OnRefreshListener, StatusActionListener, StatusRemoveListener, NotificationsAdapter.NotificationActionListener, SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "Notifications"; // logging tag private SwipeRefreshLayout swipeRefreshLayout;
From source file de.tum.in.tumcampusapp.fragments.SettingsFragment.java
public class SettingsFragment extends PreferenceFragmentCompat implements SharedPreferences.OnSharedPreferenceChangeListener, Preference.OnPreferenceClickListener { public static final String FRAGMENT_TAG = "my_preference_fragment"; private static final String BUTTON_WIZARD = "button_wizard"; private static final String BUTTON_CLEAR_CACHE = "button_clear_cache";
From source file com.alboteanu.android.sunshine.app.ForecastFragment.java
/** * Encapsulates fetching the forecast and displaying it as a {@link android.support.v7.widget.RecyclerView} layout. */ public class ForecastFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, SharedPreferences.OnSharedPreferenceChangeListener { public static final String LOG_TAG = ForecastFragment.class.getSimpleName();
From source file de.petermoesenthin.alarming.fragments.SoundManagerFragment.java
public class SoundManagerFragment extends Fragment implements SharedPreferences.OnSharedPreferenceChangeListener { public static final String DEBUG_TAG = SoundManagerFragment.class.getSimpleName(); private ListView mListView; private AlertDialog mOptionsDialog;
From source file com.google.android.apps.gutenberg.AttendeeListFragment.java
/** * Shows the list of attendees. Attendees can be filtered by name and check-in status. */ public class AttendeeListFragment extends RecyclerViewFragment implements LoaderManager.LoaderCallbacks<Cursor>, SharedPreferences.OnSharedPreferenceChangeListener {
From source file de.tum.in.tumcampus.fragments.SettingsFragment.java
public class SettingsFragment extends PreferenceFragment implements SharedPreferences.OnSharedPreferenceChangeListener, Preference.OnPreferenceClickListener { private FragmentActivity mContext; @Override
From source file com.morlunk.mumbleclient.service.PlumbleService.java
/** * An extension of the Jumble service with some added Plumble-exclusive non-standard Mumble features. * Created by andrew on 28/07/13. */ public class PlumbleService extends JumbleService implements SharedPreferences.OnSharedPreferenceChangeListener { public static final String BROADCAST_TALK = "com.morlunk.mumbleclient.action.TALK";
From source file com.woodbug.sunshine.ForecastFragment.java
/** * Encapsulates fetching the forecast and displaying it as a {@link android.support.v7.widget.RecyclerView} layout. */ public class ForecastFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, SharedPreferences.OnSharedPreferenceChangeListener { public static final String LOG_TAG = ForecastFragment.class.getSimpleName();