Example usage for android.app ProgressDialog subclass-usage

List of usage examples for android.app ProgressDialog subclass-usage

Introduction

In this page you can find the example usage for android.app ProgressDialog subclass-usage.

Usage

From source file org.zywx.wbpalmstar.engine.EDownloadDialog.java

public class EDownloadDialog extends ProgressDialog implements Runnable {

    public URL mClient;
    public HttpURLConnection mConnection;
    public InputStream mInStream;
    private String url;

From source file com.android.mms.ui.MessageUtils.java

class NewProgressDialog extends ProgressDialog {
    private boolean mIsDismiss = false;

    public NewProgressDialog(Context context) {
        super(context);
    }