开发者

asynchronous loading of grid view items

开发者 https://www.devze.com 2023-03-03 16:44 出处:网络
i need to load 开发者_Go百科the items of the grid view asynchronously. Is it possible and howYes, have a look at AsyncTask in the SDK documentation for starters.It will give you an easy way of process

i need to load 开发者_Go百科the items of the grid view asynchronously. Is it possible and how


Yes, have a look at AsyncTask in the SDK documentation for starters. It will give you an easy way of processing in the background while giving you an easy way of interacting with the UI thread.


There is a brief example of using AsyncTask here on the Google Android blog

0

精彩评论

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

关注公众号