www.gusucode.com > Android ProgressDialog进度条用法源码程序 > README.txt

    这是一个挺简单的Android创建进度条的例子,使用了ProgressDialog创建进度条,用到了setProgressStyle、setTitle、setCancelable以及incrementProgressBy进度条清零等方法,每次弹出对话框时被回调以动态更新对话框内容的方法,运行apk之后的效果。请参见示例截图所示。
This is a very simple example of creating a progress bar for Android. It uses ProgressDialog to create a progress bar, and uses setProgressStyle, setTitle, setCancelable, and incrementProgressBy. Method, the effect after running the apk. See the example screenshot.