Example usage for android.widget AbsListView.OnItemClickListener interface-usage

List of usage examples for android.widget AbsListView.OnItemClickListener interface-usage

Introduction

In this page you can find the example usage for android.widget AbsListView.OnItemClickListener interface-usage.

Usage

From source file com.royclarkson.springagram.PhotoAddToGalleryFragment.java

/**
 * {@link Fragment} that displays a list of {@link GalleryResource}s to associate with an {@link ItemResource}.
 *
 * @author Roy Clarkson
 */
public class PhotoAddToGalleryFragment extends Fragment

From source file com.measurence.sdk.android.demo.NotificationsFragment.java

/**
 * A fragment representing a list of Items.
 * <p />
 * Large screen devices (such as tablets) are supported by replacing the ListView
 * with a GridView.
 * <p />

From source file org.gateshipone.malp.application.fragments.serverfragments.OutputsFragment.java

public class OutputsFragment extends GenericMPDFragment<List<MPDOutput>>
        implements AbsListView.OnItemClickListener {
    public final static String TAG = OutputsFragment.class.getSimpleName();
    /**
     * Main ListView of this fragment
     */

From source file com.app_software.chromisstock.ChangesFragment.java

/**
 * A fragment representing a list of Items.
 * <p/>
 * Large screen devices (such as tablets) are supported by replacing the ListView
 * with a GridView.
 * <p/>

From source file it.rainbowbreeze.keepmoving.ui.TimetableFragment.java

/**
 * A fragment representing a list of Items.
 * <p />
 * Large screen devices (such as tablets) are supported by replacing the ListView
 * with a GridView.
 * <p />

From source file com.royclarkson.springagram.GalleryPhotoListFragment.java

/**
 * {@link Fragment} that displays a list of {@link ItemResource}s assigned to the {@link GalleryResource}
 *
 * @author Roy Clarkson
 */
public class GalleryPhotoListFragment extends Fragment implements AbsListView.OnItemClickListener {

From source file com.sandklef.coachapp.fragments.TeamFragment.java

public class TeamFragment extends Fragment implements AbsListView.OnItemClickListener {

    private ListView list;
    private ArrayAdapter<String> adapter;
    private ArrayList<String> arrayList;

From source file com.granita.tasks.SettingsListFragment.java

/**
 * This fragment is used to display a list of task-providers. It show the task-providers which are visible in main {@link TaskListFragment} and also the
 * task-providers which are synced. The selection between the two lists is made by passing arguments to the fragment in a {@link Bundle} when it created in the
 * {@link SyncSettingsActivity}.
 * 
 * @author Arjun Naik<arjun@arjunnaik.in>

From source file com.royclarkson.springagram.PhotoListFragment.java

/**
 * {@link Fragment} that displays a list of {@link ItemResource}s
 *
 * @author Roy Clarkson
 */
public class PhotoListFragment extends Fragment implements AbsListView.OnItemClickListener {

From source file com.baasbox.android.samples.aloa.activities.SendTargetFragment.java

/**
 * A fragment representing a list of Items.
 * <p />
 * Large screen devices (such as tablets) are supported by replacing the ListView
 * with a GridView.
 * <p />