开发者

How to speed up my android app?

开发者 https://www.devze.com 2023-03-18 04:04 出处:网络
In my android application . I am loading the content from web to the activity for 2 to 3 screens So the application get slow at the time of running and clicking the buttons

In my android application . I am loading the content from web to the activity for 2 to 3 screens

So the application get slow at the time of running and clicking the buttons

Is their any way to speed up my application with qu开发者_开发技巧ick response to the user in android


Use background thread to download the content, a good and simple way to do that is to use AsyncTask. While the download speed depends on the connection, you can give indication to the user using the onProgresUpdate method.

0

精彩评论

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