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.battlelancer.seriesguide.ui.dialogs.ConfirmDeleteDialogFragment.java

/**
 * Handles removing a show from the database, ensures it can be removed (its seasons or episodes
 * or itself are not in lists).
 */
public class ConfirmDeleteDialogFragment extends DialogFragment {

From source file com.andryr.musicplayer.fragments.dialog.PlaylistPicker.java

public class PlaylistPicker extends DialogFragment {

    private static final String[] sProjection = { MediaStore.Audio.Playlists._ID, MediaStore.Audio.Playlists.NAME };

    private RecyclerView mRecyclerView;

From source file ar.com.martineo14.spotifystreamer2.ui.fragment.TrackPlayerActivityFragment.java

/**
 * A placeholder fragment containing a simple view.
 */
public class TrackPlayerActivityFragment extends DialogFragment {

    TrackModel trackModel;

From source file com.creationgroundmedia.taskmaster.TaskDetailFragment.java

/**
 * Created by George Cohn III on 9/24/16.
 *
 * A fragment representing a single task detail screen.
 * This fragment is either contained in a {@link TaskListActivity}
 * in two-pane mode (on tablets) or a {@link TaskDetailActivity}

From source file com.chaitu.lmscalendar.ui.UrlDialog.java

public class UrlDialog extends DialogFragment {

    private MainActivity mActivity;
    private EditText mTextCalendarUrl;
    private EditText mTextUsername;
    private EditText mTextPassword;

From source file biz.easymenu.easymenung.LoginFragment.java

public class LoginFragment extends DialogFragment {

    LayoutInflater li;
    String table;
    AutoCompleteTextView spin = null;
    EditText etPass = null;

From source file com.amazon.appstream.fireclient.ConnectDialogFragment.java

/**
 * A manager class for the server_address.xml dialog.
 */
public class ConnectDialogFragment extends DialogFragment {

    /**

From source file com.amazon.appstream.sampleclient.ConnectDialogFragment.java

/**
 * A manager class for the server_address.xml dialog.
 */
public class ConnectDialogFragment extends DialogFragment {

    /**

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

@SuppressLint("ValidFragment")
public final class TextToolDialog extends DialogFragment
        implements OnClickListener, DialogInterface.OnClickListener {

    private static final String NOT_INITIALIZED_ERROR_MESSAGE = "TextToolDialog has not been initialized. Call init() first!";

From source file com.cerema.cloud2.ui.dialog.SamlWebViewDialog.java

/**
 * Dialog to show the WebView for SAML Authentication
 */
public class SamlWebViewDialog extends DialogFragment {

    public final String SAML_DIALOG_TAG = "SamlWebViewDialog";