Example usage for android.content DialogInterface.OnClickListener interface-usage

List of usage examples for android.content DialogInterface.OnClickListener interface-usage

Introduction

In this page you can find the example usage for android.content DialogInterface.OnClickListener interface-usage.

Usage

From source file com.nit.vicky.multimediacard.activity.TranslationActivity.java

/**
 * Activity used now with Glosbe.com to enable translation of words.
 */
public class TranslationActivity extends FragmentActivity
        implements DialogInterface.OnClickListener, OnCancelListener {

From source file com.juick.android.ThreadActivity.java

/**
 *
 * @author Ugnich Anton
 */
public class ThreadActivity extends JuickFragmentActivity
        implements View.OnClickListener, DialogInterface.OnClickListener, ThreadFragment.ThreadFragmentListener {

From source file lewa.support.v7.internal.widget.SpinnerCompat.java

/**
 * A view that displays one child at a time and lets the user pick among them. The items in the
 * Spinner come from the {@link android.widget.Adapter} associated with this view.
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-spinner.html">Spinner
 * tutorial</a>.</p>

From source file android.support.v7.internal.widget.SpinnerCompat.java

/**
 * A view that displays one child at a time and lets the user pick among them. The items in the
 * Spinner come from the {@link android.widget.Adapter} associated with this view.
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-spinner.html">Spinner
 * tutorial</a>.</p>

From source file course1778.mobileapp.safeMedicare.Main.FamMemFrag.java

public class FamMemFrag extends android.support.v4.app.ListFragment implements DialogInterface.OnClickListener {
    private DatabaseHelper db = null;
    private DatabaseInteractionHelper dbInteraction;
    private Cursor current = null;
    private AsyncTask task = null;
    private int notifyId = 0;

From source file com.quran.labs.androidquran.widgets.spinner.SpinnerCompat.java

/**
 * A view that displays one child at a time and lets the user pick among them. The items in the
 * Spinner come from the {@link android.widget.Adapter} associated with this view.
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-spinner.html">Spinner
 * tutorial</a>.</p>

From source file com.ichi2.anki.multimediacard.activity.TranslationActivity.java

/**
 * Activity used now with Glosbe.com to enable translation of words.
 */
public class TranslationActivity extends FragmentActivity
        implements DialogInterface.OnClickListener, OnCancelListener {

From source file com.hichinaschool.flashcards.anki.multimediacard.activity.TranslationActivity.java

/**
 * Activity used now with Glosbe.com to enable translation of words.
 */
public class TranslationActivity extends FragmentActivity
        implements DialogInterface.OnClickListener, OnCancelListener {

From source file com.ovrhere.android.careerstack.ui.MainActivity.java

/** The main entry point into the application.
 * @author Jason J.
 * @version 0.9.0-20141124
 */
public class MainActivity extends ActionBarActivity implements OnBackStackChangedListener,
        DialogInterface.OnClickListener, MainFragment.OnFragmentInteractionListener,

From source file website.openeng.anki.multimediacard.activity.TranslationActivity.java

/**
 * Activity used now with Glosbe.com to enable translation of words.
 */
public class TranslationActivity extends FragmentActivity
        implements DialogInterface.OnClickListener, OnCancelListener {