开发者

Android application error

开发者 https://www.devze.com 2023-01-04 03:25 出处:网络
i developed application with map service and webservices when i run application its becam开发者_如何学Goe very slow and continuosly it is showing activity not responding force close or wait

i developed application with map service and webservices when i run application its becam开发者_如何学Goe very slow and continuosly it is showing activity not responding force close or wait

how to resolve this issue

Thanks in advance

Aswan


Consider use the AsyncTask to run web service in the background. Feedback to UI when data fetched completely.

http://developer.android.com/reference/android/os/AsyncTask.html

0

精彩评论

暂无评论...
验证码 换一张
取 消