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 com.elkriefy.android.apps.authenticationexample.fingerprintdialog.FingerprintAuthenticationDialogFragment.java

/**
 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
 * authentication if fingerprint is not available.
 */
public class FingerprintAuthenticationDialogFragment extends DialogFragment
        implements TextView.OnEditorActionListener, FingerprintUiHelper.Callback {

From source file com.google.cast.samples.games.gamedebugger.PlayerTransitionDialogFragment.java

/**
 * This dialog fragment is used to transition players to other states and send game messages.
 */
public class PlayerTransitionDialogFragment extends DialogFragment implements TextView.OnEditorActionListener {

    public static final String TAG = "PlayerTransitionDialog";

From source file com.applivery.applvsdklib.ui.views.update.MustUpdateViewImpl.java

/**
 * Created by Sergio Martinez Rodriguez
 * Date 3/1/16.
 */

public class MustUpdateViewImpl extends DialogFragment implements UpdateView {

From source file es.esy.vivekrajendran.news.dialogs.DevDialog.java

public class DevDialog extends DialogFragment {
    private Context context;

    @Nullable
    @Override
    public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,

From source file ca.frozen.rpicameraviewer.activities.ScannerFragment.java

public class ScannerFragment extends DialogFragment {
    // local constants
    private final static String TAG = "ScannerFragment";

    // instance variables
    private WeakReference<DeviceScanner> scannerWeakRef;

From source file com.atahani.telepathy.ui.fragment.AboutDialogFragment.java

/**
 * About Dialog Fragment
 */
public class AboutDialogFragment extends DialogFragment {

    private AppPreferenceTools mAppPreferenceTools;

From source file com.afwsamples.testdpc.safetynet.SafetyNetFragment.java

/**
 * Demonstrate how to use SafetyNet API to check device compatibility.
 * Please notice that you should verifying the payload in your server.
 * For more details, please check http://developer.android.com/training/safetynet/index.html.
 */
public class SafetyNetFragment extends DialogFragment

From source file com.amazon.android.ui.fragments.ErrorDialogFragment.java

/**
 * Dialog fragment that handles all the exception handling related UI.
 */
public class ErrorDialogFragment extends DialogFragment {

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

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

/**
 * Created by ckiller
 */

public class CurrencyDialogFragment extends DialogFragment {
    private final static String TAG = CurrencyDialogFragment.class.getName();

From source file com.hijacker.InstallToolsDialog.java

public class InstallToolsDialog extends DialogFragment {
    View view;
    Shell shell;

    @Override
    public Dialog onCreateDialog(Bundle savedInstanceState) {