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 ch.gianulli.trelloapi.ui.AuthenticationDialogFragment.java

/**
 * DialogFragment that handles the user authentication process with Trello.
 */
public class AuthenticationDialogFragment extends DialogFragment {

    private static final String URL_AUTHORIZATION = "https://trello.com/1/authorize?";

From source file at.wada811.android.dialogfragments.AbstractDialogFragment.java

abstract class AbstractDialogFragment extends DialogFragment implements DialogFragmentInterface {

    /**
     * Value for {@code null} or not set.
     */
    static final int VALUE_NULL = 0;

From source file co.carlosandresjimenez.android.gotit.FollowFragment.java

/**
 * Created by carlosjimenez on 10/4/15.
 */
public class FollowFragment extends DialogFragment implements Observer {

    private static final String LOG_TAG = MainActivity.class.getSimpleName();

From source file com.app.blockydemo.ui.dialogs.ScriptNameDialog.java

@SuppressLint("ValidFragment")
public class ScriptNameDialog extends DialogFragment {

    public static final String DIALOG_FRAGMENT_TAG = "dialog_new_script_name";
    Script script;

From source file co.carlosjimenez.android.currencyalerts.app.AddAlertFragment.java

/**
 * Fragment that appears as a dialog and shows the options to set an alert for the
 * specified currencies.
 *
 * <p/>Created by carlosjimenez on 5/23/16.
 */

From source file app.zeeshanz.foodisfyuser.app.ViewerSettingsDialog.java

/**
 * This dialog displays the viewer settings to the user.
 * The model is represented by the class {@link ViewerSettings}
 *
 */
public class ViewerSettingsDialog extends DialogFragment {

From source file com.android.calendar.event.CreateEventDialogFragment.java

/**
 * Allows the user to quickly create a new all-day event from the calendar's month view.
 */
public class CreateEventDialogFragment extends DialogFragment implements TextWatcher {

    private static final String TAG = "CreateEventDialogFragment";

From source file com.app.blockydemo.ui.dialogs.NewVariableDialog.java

@SuppressLint("ValidFragment")
public class NewVariableDialog extends DialogFragment {

    public static final String DIALOG_FRAGMENT_TAG = "dialog_new_variable_catroid";
    Spinner spinnerToUpdate;

From source file com.ae.apps.tripmeter.fragments.expenses.AddExpenseDialogFragment.java

/**
 * Add an Expense entry
 */
public class AddExpenseDialogFragment extends DialogFragment {

    private Trip trip;

From source file com.by_syk.lib.nanoiconpack.dialog.IconDialog.java

/**
 * Created by By_syk on 2017-01-27.
 */

public class IconDialog extends DialogFragment {
    private ImageView ivIcon;