List of usage examples for android.widget AdapterView.OnItemSelectedListener interface-usage
From source file de.aw.monma.views.SpinnerAccount.java
/**
* Spinner fuer die Auswahl von Konten. Es kann gesteuert werden, ob nur nicht-ausgeblendete Konten
* (Default) oder die gesamte Kontolist gezeigt wird. Welche Konten gezeigt werden, kann wie folgt
* gesteuert werden: Ueber {@link de.aw.monma.views.SpinnerAccount#setModus(Modus)} kann der Modus
* gesetzt werden. Alternativ kann auch ueber xml der Modus gesetzt werden. Folgende Varioanten sind
* moeglich: app:modus="cash" - entspricht {@link de.aw.monma.views.SpinnerAccount.Modus#Cash}
From source file com.mifos.mifosxdroid.online.savingsaccount.SavingsAccountFragment.java
/** * Created by nellyk on 1/22/2016. * <p/> * Use this Dialog Fragment to Create and/or Update charges */ public class SavingsAccountFragment extends ProgressableDialogFragment
From source file rus.cpuinfo.Ui.Fragments.Base.CpuInfoBaseTabFragment.java
public abstract class CpuInfoBaseTabFragment extends Fragment implements MainController.MainControllerUi,
AdapterView.OnItemSelectedListener, TabLayout.OnTabSelectedListener {
@BindView(R.id.viewPager)
ViewPager mViewPager;
@BindView(R.id.slidingTabs)
From source file com.carver.paul.truesight.Ui.CounterPicker.CounterPickerFragment.java
public class CounterPickerFragment extends Fragment implements AdapterView.OnItemSelectedListener { static private final List<Integer> headingImageViewIds = Arrays.asList(R.id.hero1, R.id.hero2, R.id.hero3, R.id.hero4, R.id.hero5); static private final List<Integer> advantageTextViewIds = Arrays.asList(R.id.advantage1, R.id.advantage2,
From source file net.peterkuterna.android.apps.devoxxsched.ui.tablet.TracksDropdownFragment.java
/**
* A tablet-specific fragment that is a giant {@link android.widget.Spinner}
* -like widget. It shows a {@link ListPopupWindow} containing a list of tracks,
* using {@link TracksAdapter}.
*
* Requires API level 11 or later since {@link ListPopupWindow} is API level
From source file net.peterkuterna.android.apps.devoxxfrsched.ui.tablet.TracksDropdownFragment.java
/**
* A tablet-specific fragment that is a giant {@link android.widget.Spinner}
* -like widget. It shows a {@link ListPopupWindow} containing a list of tracks,
* using {@link TracksAdapter}.
*
* Requires API level 11 or later since {@link ListPopupWindow} is API level
From source file com.z299studio.pb.ActionDialog.java
public class ActionDialog extends DialogFragment implements View.OnClickListener, AdapterView.OnItemSelectedListener, TextWatcher { public static final int REQ_CODE_FILE_SELECTION = 0x299; public interface ActionDialogListener {
From source file com.asksven.betterbatterystats.RawStatsActivity.java
public class RawStatsActivity extends ActionBarListActivity implements AdapterView.OnItemSelectedListener { /** * The logging TAG */ private static final String TAG = "RawStatsActivity";
From source file com.example.deii.trustone.SignUpActivity.java
/** * Created by deii on 10/12/2015. */ public class SignUpActivity extends AppCompatActivity implements View.OnClickListener, AdapterView.OnItemSelectedListener { private static final int CAMERA_REQUEST = 1414;
From source file com.mifos.mifosxdroid.online.createnewgroup.CreateNewGroupFragment.java
public class CreateNewGroupFragment extends ProgressableFragment implements MFDatePicker.OnDatePickListener, CreateNewGroupMvpView, AdapterView.OnItemSelectedListener { private final String LOG_TAG = getClass().getSimpleName(); @BindView(R.id.et_group_name)