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 p1.nd.khan.jubair.mohammadd.popularmovies.MainActivityFragment.java

public class MainActivityFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener,
        LoaderManager.LoaderCallbacks<Cursor>, AbsListView.OnItemClickListener {

    private final String LOG_TAG = MainActivityFragment.class.getSimpleName();
    OnMoviePosterSelectedListener mCallback;
    private MovieAdapter mMovieAdapter;

From source file org.gateshipone.malp.application.fragments.ProfilesFragment.java

public class ProfilesFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<List<MPDServerProfile>>, AbsListView.OnItemClickListener {
    public final static String TAG = ProfilesFragment.class.getSimpleName();
    /**
     * Main ListView of this fragment
     */

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

public class SavedPlaylistsFragment extends GenericMPDFragment<List<MPDFileEntry>>
        implements AbsListView.OnItemClickListener {
    public final static String TAG = SavedPlaylistsFragment.class.getSimpleName();
    /**
     * Adapter used by the ListView
     */

From source file ru.gkpromtech.exhibition.organizations.OrganizationsFragment.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.sandklef.coachapp.fragments.TrainingPhasesFragment.java

public class TrainingPhasesFragment extends Fragment implements AbsListView.OnItemClickListener {

    private String currentTPId = null;

    private TrainingPhasesFragmentListener mListener;
    private final static String LOG_TAG = TrainingPhasesFragment.class.getSimpleName();

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

public class MemberFragment extends Fragment implements AbsListView.OnItemClickListener {

    private MemberInteractionListener mListener;
    private final static String LOG_TAG = Member.class.getSimpleName();

    private List<Media> contextMedia;

From source file com.fitgoose.fitgoosedemo.SimplePhotoGalleryListFragment.java

/**
 * This is an example which will load all the images on your phone into a grid using a background
 * image AsyncLoader.
 *
 * Reference: http://developer.android.com/reference/android/content/AsyncTaskLoader.html
 *

From source file org.dmfs.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}.
 * <p/>
 * 

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

public class FilesFragment extends GenericMPDFragment<List<MPDFileEntry>>
        implements AbsListView.OnItemClickListener {
    public static final String EXTRA_FILENAME = "filename";
    public static final String TAG = FilesFragment.class.getSimpleName();

    /**

From source file com.mobileman.moments.android.frontend.fragments.StreamListFragment.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/>