Example usage for android.widget AdapterView.OnItemSelectedListener interface-usage

List of usage examples for android.widget AdapterView.OnItemSelectedListener interface-usage

Introduction

In this page you can find the example usage for android.widget AdapterView.OnItemSelectedListener interface-usage.

Usage

From source file com.ushahidi.android.app.activities.BaseListActivity.java

/**
 * BaseListActivity Add shared functionality that exists between all List
 * Activities
 */
public abstract class BaseListActivity<V extends View, M extends Model, L extends BaseListAdapter<M>>
        extends BaseActivity<V> implements AdapterView.OnItemClickListener, AdapterView.OnItemSelectedListener {

From source file foam.littlej.android.app.activities.BaseListActivity.java

/**
 * BaseListActivity Add shared functionality that exists between all List
 * Activities
 */
public abstract class BaseListActivity<V extends View, M extends Model, L extends BaseListAdapter<M>>
        extends BaseActivity<V> implements AdapterView.OnItemClickListener, AdapterView.OnItemSelectedListener {

From source file com.example.testcutontopview.CroutonFragment.java

/**
 * @author keyboardsurfer
 * @since 14.12.12
 */
public class CroutonFragment extends Fragment implements AdapterView.OnItemSelectedListener, View.OnClickListener {

From source file net.logomancy.diedroid.StatsFragment.java

public class StatsFragment extends Fragment
        implements AdapterView.OnItemSelectedListener, View.OnClickListener, SeekBar.OnSeekBarChangeListener {

    private Integer rollType = -1;
    private Integer dropThreshold = 3;
    private Integer dropBase = 3;

From source file self.premi.sanjeev.nayati.ItemAddActivityFragment.java

/**
 * Fragment to add an item to be tracked.
 */
public class ItemAddActivityFragment extends Fragment implements AdapterView.OnItemSelectedListener {

    /**

From source file com.rappsantiago.weighttracker.profile.setup.WeightHeightFragment.java

/**
 * Created by rappsantiago28 on 3/13/16.
 */
public class WeightHeightFragment extends Fragment implements PageWithData, AdapterView.OnItemSelectedListener {

    public static final String KEY_WEIGHT = "WeightHeightFragment.KEY_WEIGHT";

From source file com.google.android.gcm.demo.ui.HomeFragment.java

/**
 * Fragment for managing device groups; this fragment displays a list of groups for each
 * GCM sender of the app. Clicking on any group or adding a new one starts the {@link GroupActivity}
 */
public class HomeFragment extends AbstractFragment
        implements AdapterView.OnItemSelectedListener, View.OnClickListener {

From source file org.addhen.smssync.activities.BaseListActivity.java

/**
 * BaseListActivity Add shared functionality that exists between all List Activities
 */
public abstract class BaseListActivity<V extends View, M extends Model, L extends BaseListAdapter<M>>
        extends BaseActivity<V> implements AdapterView.OnItemClickListener, AdapterView.OnItemSelectedListener {

From source file br.com.frs.foodrestrictions.FoodMessages.java

public class FoodMessages extends Fragment implements AdapterView.OnItemSelectedListener {

    private final FoodIconList foodIconList;
    private List<FoodIconItem> restrictList;
    private LinearLayout llAllergic;
    private LinearLayout llDontEat;

From source file com.mifos.mifosxdroid.online.loanaccountdisbursement.LoanAccountDisbursementFragment.java

/**
 * Created by nellyk on 1/22/2016.
 */
public class LoanAccountDisbursementFragment extends MifosBaseFragment implements MFDatePicker.OnDatePickListener,
        LoanAccountDisbursementMvpView, AdapterView.OnItemSelectedListener {