Example usage for android.support.v4.app DialogFragment subclass-usage

List of usage examples for android.support.v4.app DialogFragment subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app DialogFragment subclass-usage.

Usage

From source file com.bun.notificationshistory.DetectorTaskFragment.java

/**
 * Fragment owns the lifetime of a DetectAsyncTask and a progress dialog for it
 * 
 * Fragment is expected to be retained on rotation, unlike owning fragment
 * 
 * A DetectAsyncTask starts working as soon as the fragment is created.

From source file com.coinblesk.client.ui.dialogs.ProgressSuccessOrFailDialog.java

/**
 * @author Andreas Albrecht
 */
public class ProgressSuccessOrFailDialog extends DialogFragment {
    private final static String TAG = ProgressSuccessOrFailDialog.class.getName();
    private static final String ARG_STATE = "state";

From source file com.color.kid.kidpaint.dialog.InfoDialog.java

@SuppressLint("ValidFragment")
public class InfoDialog extends DialogFragment implements DialogInterface.OnClickListener {

    private static final int NULL_RESOURCE = 0x0;

    public enum DialogType {

From source file com.bluekai.sdk.BlueKaiViewDialog.java

public class BlueKaiViewDialog extends DialogFragment {
    private final String TAG = "BlueKaiView";

    private WebView blueKaiView = null;
    private BKViewListener listener = null;
    private String url = null;

From source file com.akop.bach.fragment.xboxlive.BeaconTextPrompt.java

public class BeaconTextPrompt extends DialogFragment {
    public interface OnOkListener {
        void beaconTextEntered(String message);
    }

    private OnOkListener mOkListener = null;

From source file com.arconus.dicecommander.ui.dialogs.PowerRollResultDialog.java

public class PowerRollResultDialog extends DialogFragment {
    CharPowerRollResult roll;

    public static PowerRollResultDialog newInstance(CharPowerRollResult roll) {
        PowerRollResultDialog f = new PowerRollResultDialog();

From source file com.anton.gavel.PersonalInfoDialogFragment.java

public class PersonalInfoDialogFragment extends DialogFragment {

    private View dialogView;
    private PersonalInfo mStartingInfo = null;

    public PersonalInfoDialogFragment() {

From source file ca.rmen.android.poetassistant.main.dictionaries.ConfirmDialogFragment.java

/**
 * Shows a dialog with a title, message, and ok/cancel button.
 * The activity or fragment which adds this dialog must implement the
 * ConfirmDialogListener interface.
 */
public class ConfirmDialogFragment extends DialogFragment {

From source file color.kidpaint.com.kidpaintcolor.dialog.InfoDialog.java

@SuppressLint("ValidFragment")
public class InfoDialog extends DialogFragment implements DialogInterface.OnClickListener {

    private static final int NULL_RESOURCE = 0x0;

    public enum DialogType {

From source file br.com.iworkout.dialog.SerieDialog.java

public class SerieDialog extends DialogFragment {

    EditText repeticoes;
    EditText serie;
    EditText peso;
    // Use this instance of the interface to deliver action events