Example usage for android.app DialogFragment subclass-usage

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

Introduction

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

Usage

From source file org.akvo.caddisfly.sensor.colorimetry.liquid.DiagnosticResultDialog.java

/**
 * A Dialog to display detailed result information of the analysis
 * <p/>
 * Only displayed in diagnostic mode
 */
public class DiagnosticResultDialog extends DialogFragment {

From source file com.antew.redditinpictures.library.dialog.AddSubredditDialogFragment.java

public class AddSubredditDialogFragment extends DialogFragment {
    /**
     * Poor mans check to reduce network calls. Based on the the Reddit source code the minimum length for a subreddit is 3 characters. See
     * https://github.com/reddit/reddit/blob/master/r2/r2/lib/validator/validator.py#L512
     */
    private static final int MIN_SEARCH_LENGTH = 3;

From source file com.RSMSA.policeApp.Dialogues.PaymentConfirmationDialogue.java

/**
 * Dialog allowing users to select a date.
 */
public class PaymentConfirmationDialogue extends DialogFragment {
    private static final String TAG = "DefaultCountryChooserDialogue";
    private String[] countries;

From source file com.google.android.apps.forscience.whistlepunk.EditNoteDialog.java

/**
 * For editing existing notes.
 */
public class EditNoteDialog extends DialogFragment {
    public static final String TAG = "edit_note_dialog";
    private static final String KEY_SAVED_LABEL = "keySavedLabel";

From source file com.github.pockethub.android.ui.ItemListFragment.java

/**
 * Base fragment for displaying a list of items that loads with a progress bar
 * visible
 *
 * @param <E>
 */

From source file org.chromium.chrome.browser.preferences.privacy.ConfirmImportantSitesDialogFragment.java

/**
 * Modal dialog that shows a list of important domains to the user which they can uncheck. Used to
 * allow the user to exclude domains from being cleared by the clear browsing data function.
 * We use proper bundle construction (through the {@link #newInstance(String[], int[], String[])}
 * method) and onActivityResult return conventions.
 */

From source file com.kangsoo.pharmacy.activity.ItemListFragment.java

/**
 * Base fragment for displaying a list of items that loads with a progress bar
 * visible
 *
 * @param <E>
 */

From source file de.spiritcroc.ownlog.ui.fragment.TagItemEditFragment.java

public class TagItemEditFragment extends DialogFragment implements PasswdHelper.RequestDbListener {

    private static final String TAG = LogItemEditFragment.class.getSimpleName();

    // Saved instance state bundle keys
    private static final String KEY_ADD_ITEM = TagItemEditFragment.class.getName() + ".add_item";

From source file com.janela.mobile.ui.ItemListFragment.java

/**
 * Base fragment for displaying a list of items that loads with a progress bar
 * visible
 *
 * @param <E>
 */

From source file codingpractice.renard314.com.products.ui.ProductDetailFragment.java

/**
 * Created by renard on 11/04/15.
 * Shows the details of a single product.
 */
public class ProductDetailFragment extends DialogFragment implements ObservableScrollViewCallbacks {