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.cnm.cnmrc.popup.PopupBase.java

public class PopupBase extends DialogFragment implements View.OnClickListener {

    TextView mTitle, mLine1, mLine2;
    Button mYes, mNo;
    ImageView mProgressBar;
    Animation animation;

From source file com.cnm.cnmrc.popup.PopupBase2.java

public class PopupBase2 extends DialogFragment implements View.OnClickListener {

    TextView mTitle, mLine1, mLine2;
    Button mYes, mNo;
    ImageView mProgressBar;
    Animation animation;

From source file com.cnm.cnmrc.popup.PopupBase22.java

public class PopupBase22 extends DialogFragment implements View.OnClickListener {

    TextView mTitle, mLine1, mLine2;
    Button mYes, mNo;
    ImageView mProgressBar;
    Animation animation;

From source file ch.jeda.platform.android.InputDialogFragment.java

class InputDialogFragment extends DialogFragment implements TextWatcher, DialogInterface.OnClickListener {

    private final InputRequest request;
    private EditText input;
    private Dialog dialog;

From source file ca.mudar.parkcatcher.ui.fragments.DatePickerFragment.java

public class DatePickerFragment extends DialogFragment implements DatePickerDialog.OnDateSetListener {

    protected OnParkingCalendarChangedListener mListener;

    public interface OnParkingCalendarChangedListener {
        // Parent activity is required to provide getter/setter for the parking

From source file com.cnm.cnmrc.popup.PopupBase3.java

public class PopupBase3 extends DialogFragment implements View.OnClickListener {

    TextView mTitle, mLine1, mLine2, mLine3;
    Button mYes, mNo;
    ImageView mProgressBar;
    Animation animation;

From source file com.apptentive.android.sdk.module.messagecenter.view.AttachmentPreviewDialog.java

public class AttachmentPreviewDialog extends DialogFragment
        implements DialogInterface.OnDismissListener, PreviewImageView.GestureCallback {

    private View previewContainer;
    private ProgressBar progressBar;
    private PreviewImageView previewImageView;

From source file com.airk.interpolatordiagram.app.fragment.AboutFragmentDialog.java

/**
 * Created by Kevin on 2014/9/7.
 * <p/>
 * About Dialog
 */
public class AboutFragmentDialog extends DialogFragment {

From source file at.ac.uniklu.mobile.sportal.DashboardAboutDialogFragment.java

public class DashboardAboutDialogFragment extends DialogFragment {

    @Override
    public Dialog onCreateDialog(Bundle savedInstanceState) {
        AppInfo appInfo = Studentportal.getAppInfo();

From source file com.brosmike.airpushdetector.DetectorTaskFragment.java

/**
 * Fragment owns the lifetime of a DetectAsyncTask and a progress dialog for it
 * 
 * Fragment is expected to be retained on rotation, unlike owning fragment
 * 
 * A DetectAsyncTask starts working as soon as the fragment is created.