Webview postUrl,在Android中加载动画问题

时间:2011-12-22 14:04:24

标签: android android-webview

我想在postUrl上使用webview方法发布数据。 我想在发布网址时加载animation。但加载动画并不会立即开始,它会等待几秒钟然后开始动画。

这是我的代码;

ProgressDialog dialog = ProgressDialog.show(MyActivity.this, "", GeneralConstants.TEXT_LOADING, false);
dialog.startLoadingAnimation();
webView.postUrl(url, postData.getBytes());

感谢您的任何想法,问候。

0 个答案:

没有答案