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

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

Introduction

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

Usage

From source file com.mklodoss.SexyGirl.displayingbitmaps.ui.ImageGridFragment.java

/**
 * The main fragment that powers the ImageGridActivity screen. Fairly straight forward GridView
 * implementation with the key addition being the ImageWorker class w/ImageCache to load children
 * asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The
 * cache is retained over configuration changes like orientation change so the images are populated
 * quickly if, for example, the user rotates the device.

From source file com.fbbackup.ImageGridFragment.java

/**
 * The main fragment that powers the ImageGridActivity screen. Fairly straight
 * forward GridView implementation with the key addition being the ImageWorker
 * class w/ImageCache to load children asynchronously, keeping the UI nice and
 * smooth and caching thumbnails for quick retrieval. The cache is retained over
 * configuration changes like orientation change so the images are populated

From source file io.github.sunggu.searchimage.ui.ImageGridFragment.java

/**
 * The main fragment that powers the ImageGridActivity screen. Fairly straight forward GridView
 * implementation with the key addition being the ImageWorker class w/ImageCache to load children
 * asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The
 * cache is retained over configuration changes like orientation change so the images are populated
 * quickly if, for example, the user rotates the device.

From source file com.airk.interpolatordiagram.app.MainActivity.java

public class MainActivity extends ActionBarActivity
        implements AdapterView.OnItemClickListener, View.OnClickListener {
    private final String SELECTED_INTERPOLATOR_KEY = "selected";
    @InjectView(R.id.drawer_layout)
    DrawerLayout mDrawerLayout;
    @InjectView(R.id.content_frame)

From source file com.z299studio.pb.Settings.java

public class Settings extends AppCompatActivity implements AdapterView.OnItemClickListener,
        SettingListDialog.OnOptionSelected, ImportExportTask.TaskListener, ActionDialog.ActionDialogListener,
        SyncService.SyncListener, FingerprintDialog.FingerprintListener, DecryptTask.OnTaskFinishListener {

    private static final String TAG_DIALOG = "action_dialog";
    private static final int PERMISSION_REQUEST = 1;

From source file com.wit.and.examples.dialogs.screen.ScreenDialogs.java

/**
 * @author Martin Albedinsky
 */
public abstract class ScreenDialogs extends ActionBarActivity implements DialogManager.OnDialogRestoreListener,
        AdapterView.OnItemClickListener, IDialog.OnDialogListener, IDialog.OnDialogCancelListener {

From source file com.jaspersoft.android.jaspermobile.dialog.ReportOptionsFragmentDialog.java

/**
 * @author Andrew Tivodar
 * @since 2.3
 */
@EFragment
public class ReportOptionsFragmentDialog extends BaseDialogFragment

From source file com.naroran.onsport.fragment.CategorySelectionFragment.java

public class CategorySelectionFragment extends Fragment implements AbsListView.OnScrollListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener {

    private static final int REQUEST_CATEGORY = 0x2300;
    private ListView listView;
    private NewsAdapter listAdapter;

From source file com.manoj.fragments.ImageGridFragment.java

/**
 * The main fragment that powers the ImageGridActivity screen. Fairly straight forward GridView
 * implementation with the key addition being the ImageWorker class w/ImageCache to load children
 * asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The
 * cache is retained over configuration changes like orientation change so the images are populated
 * quickly if, for example, the user rotates the device.

From source file sharedcode.wyeditor.ui.activity.SelectFileActivity.java

public class SelectFileActivity extends ActionBarActivity implements SearchView.OnQueryTextListener,
        AdapterView.OnItemClickListener, EditTextDialog.EditDialogListener {
    private String currentFolder;
    private ListView listView;
    private boolean wantAFile = true;
    private MenuItem mSearchViewMenuItem;