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 ax.ha.it.smsalarm.fragment.dialog.EulaDialog.java

/**
 * {@link DialogFragment} that shows the <b><i>End User License Agreement</i></b> and let's the user either accept or decline it.
 *
 * @author Robert Nyholm <robert.nyholm@aland.net>
 * @version 2.3.1
 * @since 2.3.1

From source file com.contralabs.inmap.fragments.LegalNoticesDialogFragment.java

public class LegalNoticesDialogFragment extends DialogFragment {

    @Override
    public Dialog onCreateDialog(Bundle savedInstanceState) {
        Context context = getActivity();

From source file com.appdynamics.demo.gasp.fragment.RestaurantDialogFragment.java

/**
 * Copyright (c) 2013 Mark Prichard
 * <p/>
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file androiddeveloper.the.jessefu.mvpactualcombat.biz.about.LicenseDialogFragment.java

/**
 * Created by Jesse Fu on 2017/3/23 0023.
 */

public class LicenseDialogFragment extends DialogFragment {
    private static final String TAG = LicenseDialogFragment.class.getSimpleName();

From source file com.appdynamics.demo.gasp.fragment.ReviewDialogFragment.java

/**
 * Copyright (c) 2013 Mark Prichard
 * <p/>
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file com.ambergleam.android.photogallery.dialog.LicensesDialogFragment.java

public class LicensesDialogFragment extends DialogFragment {

    @Bind(R.id.dialog_licenses_webview)
    WebView mWebView;
    @Bind(R.id.dialog_licenses_image)
    ImageView mImageView;

From source file com.ambergleam.android.governmentsalaries.dialog.LicensesDialogFragment.java

public class LicensesDialogFragment extends DialogFragment {

    @Bind(R.id.dialog_licenses_webview)
    WebView mWebView;
    @Bind(R.id.dialog_licenses_image)
    ImageView mImageView;

From source file cm.aptoide.ptdev.dialogs.FlagApkDialog.java

/**
 * Created with IntelliJ IDEA.
 * User: rmateus
 * Date: 29-11-2013
 * Time: 15:56
 * To change this template use File | Settings | File Templates.

From source file com.clerton.leal.tracker.fragment.DatePickerFragment.java

    /**
     * @author clertonleal@gmail.com
     * @since 23/03/2013
     */
    public class DatePickerFragment extends DialogFragment {

From source file cheng.app.cnbeta.AboutFragment.java

public class AboutFragment extends DialogFragment {
    private static final String VERSION_NA = "N/A";

    public AboutFragment() {
    }