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.commonsdroid.fragmentdialog.AlertFragmentDialog.java

/**
 * The Class AlertFragmentDialog.
 * This class shows Alert Dialog according to passed type.
 * @author Siddhesh S Shetye
 * @since 1.0
 */

From source file com.baruckis.nanodegree.spotifystreamer.fragments.PlayerDialogFragment.java

public class PlayerDialogFragment extends DialogFragment {

    public static final String ARG_TRACKS_LIST = "tracks_list";
    public static final String ARG_SELECTED_TRACK_INDEX = "selected_track_index";

    public static final String ARG_CONFIG_CHANGE = "config_change";

From source file com.battlelancer.seriesguide.ui.dialogs.GenericCheckInDialogFragment.java

public abstract class GenericCheckInDialogFragment extends DialogFragment {

    public interface InitBundle {

        /**
         * Title of show or movie. <b>Required.</b>

From source file com.aware.ui.ESM_UI.java

/**
 * Loads any ESM from the database and displays it on the screen as a system alert.
 * @author denzilferreira
 */
public class ESM_UI extends DialogFragment {

From source file com.apptentive.android.sdk.module.engagement.interaction.fragment.ApptentiveBaseFragment.java

public abstract class ApptentiveBaseFragment<T extends Interaction> extends DialogFragment
        implements InteractionManager.InteractionUpdateListener {

    protected static final String EVENT_NAME_LAUNCH = "launch";
    private static final String HAS_LAUNCHED = "has_launched";

From source file com.coinblesk.client.backup.BackupRestoreDialogFragment.java

/**
 * @author Andreas Albrecht
 */
public class BackupRestoreDialogFragment extends DialogFragment {

    private final static String TAG = BackupRestoreDialogFragment.class.getName();

From source file com.aquario.a.girl.like.you.fragments.DirectoryChooserFragment.java

/**
 * Activities that contain this fragment must implement the
 * {@link DirectoryChooserFragment.OnFragmentInteractionListener} interface
 * to handle interaction events.
 * Use the {@link DirectoryChooserFragment#newInstance} factory method to
 * create an instance of this fragment.

From source file ca.ualberta.cs.shoven_habittracker.DatePickerFragment.java

/**
 * Created by shoven on 2016-10-01.
 */

public class DatePickerFragment extends DialogFragment implements DatePickerDialog.OnDateSetListener {
    private LocalDateTime now = new LocalDateTime(DateTimeZone.forID("Canada/Mountain"));

From source file com.alexlionne.apps.avatars.Utils.DirectoryChooserFragment.java

/**
 * Activities that contain this fragment must implement the
 * {@link DirectoryChooserFragment.OnFragmentInteractionListener} interface
 * to handle interaction events.
 * Use the {@link DirectoryChooserFragment#newInstance} factory method to
 * create an instance of this fragment.

From source file com.bullmobi.base.ui.fragments.dialogs.FeedbackDialog.java

/**
 * Feedback dialog fragment.
 * <p/>
 * Provides an UI for sending bugs & suggestions on my email.
 */
public class FeedbackDialog extends DialogFragment implements ConfigBase.OnConfigChangedListener {