List of usage examples for android.widget AdapterView.OnItemSelectedListener interface-usage
From source file com.tmall.ultraviewpager.sample.PagerActivity.java
public class PagerActivity extends Activity implements AdapterView.OnItemSelectedListener, CompoundButton.OnCheckedChangeListener, View.OnClickListener { private UltraViewPager ultraViewPager; private PagerAdapter adapter; private Spinner indicatorStyle;
From source file org.tanrabad.survey.presenter.PlaceListInDatabaseFragment.java
public class PlaceListInDatabaseFragment extends TanrabadFragment implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, AdapterView.OnItemSelectedListener, PlaceListPresenter { private PlaceAdapter placeAdapter; private ReferenceEntityAdapter placeTypeAdapter; private PlaceChooser placeChooser = new PlaceChooser(BrokerPlaceRepository.getInstance(), this);
From source file com.android.medisolv.RegistrationActivity.java
public class RegistrationActivity extends ActionBarActivity implements AdapterView.OnItemSelectedListener { static EditText dob; static SimpleDateFormat dateFormatter, changeDateFormatter;
From source file com.friedran.appengine.dashboard.gui.DashboardLoadFragment.java
public class DashboardLoadFragment extends SherlockFragment implements AdapterView.OnItemSelectedListener, PullToRefreshAttacher.OnRefreshListener { public static final String CHART_URL_BACKGROUND_COLOR_SUFFIX = "&chf=bg,s,E8E8E8"; public static final int CHART_HEIGHT_PIXELS = 240; public static final int CHART_MAX_WIDTH_PIXELS = 1000;
From source file id.zelory.codepolitan.ui.MainActivity.java
/**
* Created on : July 28, 2015
* Author : zetbaitsu
* Name : Zetra
* Email : zetra@mail.ugm.ac.id
* GitHub : https://github.com/zetbaitsu
From source file com.atlas.mars.weatherradar.ActivitySetting.java
/** * Created by ?? on 7/8/15. */ public class ActivitySetting extends AppCompatActivity implements TimePicker.OnTimeChangedListener, View.OnClickListener, CheckBox.OnCheckedChangeListener, AdapterView.OnItemSelectedListener, OnEvents { final String TAG = "ActivitySettingLog";
From source file me.tylerbwong.pokebase.gui.fragments.PokebaseFragment.java
/** * @author Tyler Wong */ @SuppressWarnings("unused") public class PokebaseFragment extends Fragment implements AdapterView.OnItemSelectedListener, MaterialSearchBar.OnSearchActionListener {
From source file ua.com.spacetv.mycookbook.fragments.FragSettings.java
/** * Settings * - selecting color theme */ public class FragSettings extends Fragment implements Constants, AdapterView.OnItemSelectedListener, CompoundButton.OnCheckedChangeListener, ActivityCompat.OnRequestPermissionsResultCallback {
From source file com.farbod.labelledspinner.LabelledSpinner.java
/**
* A Spinner widget with a 'floating label' above it.
*
* This is actually a compound view consisting of a
* {@link android.widget.Spinner}, a {@link android.widget.TextView}
* (the floating label), and another {@link android.view.View} (a 1dp thin
From source file com.satsuware.usefulviews.LabelledSpinner.java
/**
* A Spinner widget with a 'floating label' above it.
*
* <p>
* This is actually a compound view consisting of a
* {@link android.widget.Spinner}, a {@link android.widget.TextView}