List of usage examples for android.content SharedPreferences.OnSharedPreferenceChangeListener interface-usage
From source file github.daneren2005.dsub.fragments.SettingsFragment.java
public class SettingsFragment extends PreferenceCompatFragment implements SharedPreferences.OnSharedPreferenceChangeListener { private final static String TAG = SettingsFragment.class.getSimpleName(); private final Map<String, ServerSettings> serverSettings = new LinkedHashMap<String, ServerSettings>(); private boolean testingConnection;
From source file com.secupwn.aimsicd.service.CellTracker.java
/**
* Description: Class to handle tracking of cell information
*
* Dependencies:
*
* Issues:
From source file com.master.metehan.filtereagle.ActivityMain.java
public class ActivityMain extends AppCompatActivity implements SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "FilterEagle.Main"; private boolean running = false; private ImageView ivIcon; private ImageView ivQueue;
From source file com.provision.alarmemi.paper.fragments.SetAlarmFragment.java
public class SetAlarmFragment extends SetAlarmPreferenceFragment implements AlarmTimePickerDialogHandler, FragmentChangeActivity.OnLifeCycleChangeListener, SettingsPreferenceFragment.OnPreferenceAttachedListener, SharedPreferences.OnSharedPreferenceChangeListener { static final String KEY_MEMI_COUNT = "memi_count"; static final String KEY_SNOOZE_STRENGTH = "snooze_strength";
From source file de.sindzinski.wetter.MainActivity.java
public class MainActivity extends AppCompatActivity implements ForecastDailyFragment.CallbackDaily, ForecastHourlyFragment.CallbackHourly, NavigationView.OnNavigationItemSelectedListener, SharedPreferences.OnSharedPreferenceChangeListener { private final String LOG_TAG = this.getClass().getSimpleName(); private static final String DETAILFRAGMENT_TAG = "DFTAG";
From source file com.jecelyin.editor.v2.ui.MainActivity.java
/** * @author Jecelyin Peng <jecelyin@gmail.com> */ public class MainActivity extends BaseActivity implements MenuItem.OnMenuItemClickListener, FolderChooserDialog.FolderCallback, SharedPreferences.OnSharedPreferenceChangeListener {
From source file com.moodmap.HomeActivity.java
public class HomeActivity extends Activity implements SharedPreferences.OnSharedPreferenceChangeListener { private float DEVICE_DENSITY = 0; private int DEVICE_WIDTH = 0; private LinearLayout rootLinearLayout; private float tapX = 0, tapY = 0; private float tap_X = 0, tap_Y = 0;
From source file com.adkdevelopment.earthquakesurvival.ui.PagerActivity.java
/** * Main phone activity */ public class PagerActivity extends AppCompatActivity implements GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener, ResultCallback<Status>, SharedPreferences.OnSharedPreferenceChangeListener {
From source file fr.paug.droidcon.ui.BaseActivity.java
/** * A base activity that handles common functionality in the app. This includes the * navigation drawer, login and authentication, Action Bar tweaks, amongst others. */ public abstract class BaseActivity extends Activity implements LoginAndAuthHelper.Callbacks, SharedPreferences.OnSharedPreferenceChangeListener, MultiSwipeRefreshLayout.CanChildScrollUpCallback {
From source file com.terracom.mumbleclient.app.QRPushToTalkActivity.java
public class QRPushToTalkActivity extends ActionBarActivity implements ListView.OnItemClickListener, FavouriteServerListFragment.ServerConnectHandler, JumbleServiceProvider, DatabaseProvider, SharedPreferences.OnSharedPreferenceChangeListener, DrawerAdapter.DrawerDataProvider, ServerEditFragment.ServerEditListener { /** * If specified, the provided integer drawer fragment ID is shown when the activity is created.