List of usage examples for android.widget AdapterView.OnItemSelectedListener interface-usage
From source file com.cosmicsubspace.nerdyaudio.ui.NowPlayingFragment.java
public class NowPlayingFragment extends Fragment implements View.OnClickListener, AdapterView.OnItemSelectedListener { public static final String LOG_TAG = "CS_AFN"; VisualizationView vv;
From source file net.wespot.pim.utils.layout.NoticeDialogFragment.java
/**
* ****************************************************************************
* Copyright (C) 2014 Open Universiteit Nederland
* <p/>
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
From source file com.tsroad.map.AroundHere.java
/**
% @authors Keung Charteris & T.s.road CZQ
% @version 1.0 ($Revision$)
% @addr. GUET, Gui Lin, 540001, P.R.China
% @contact : cztsiang@gmail.com
% @date Copyright(c) 2016-2020, All rights reserved.
From source file ca.ualberta.slevinsk.gameshow.SpinListener.java
/** * Listens to a spinner, and updates a ListView's ArrayAdapter when the Spinner changes, * based on the data generated by Generator. */ public class SpinListener implements AdapterView.OnItemSelectedListener, Listener {
From source file com.sino.conerimageview.ExampleActivity.java
public class ExampleActivity extends FragmentActivity implements AdapterView.OnItemSelectedListener { private String TAG = ExampleActivity.class.getSimpleName(); @Override protected void onCreate(Bundle savedInstanceState) {
From source file com.makeramen.roundedimageview.example.ExampleActivity.java
public class ExampleActivity extends AppCompatActivity implements AdapterView.OnItemSelectedListener { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file com.bar.roundedimageview.example.ExampleActivity.java
public class ExampleActivity extends AppCompatActivity implements AdapterView.OnItemSelectedListener { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file me.willeponken.opendoor.FirstRunSlide.java
public class FirstRunSlide extends Fragment implements AdapterView.OnItemSelectedListener { private static final String ARG_LAYOUT_RES_ID = "layoutResId"; //NON-NLS private int layoutResId; EditText editText;
From source file com.z299studio.pb.DeleteCategory.java
public class DeleteCategory extends DialogFragment implements View.OnClickListener, AdapterView.OnItemSelectedListener { public interface OnDeleteConfirmListener { void onConfirmed(int category, boolean alsoDelAccounts); }
From source file geert.stef.sm.beheerautokm.AddRitActivity.java
public class AddRitActivity extends ActionBarActivity implements AdapterView.OnItemSelectedListener {
Manager manager;
Spinner spinner;
Car selectedCar;
ArrayList<Rit> ritten;