Quantcast
Channel: BlogoSfera » DATA
Viewing all articles
Browse latest Browse all 64

Using AsyncTask to preload data for a new Activity

$
0
0

I have my MainActivity which gives the user a selection of pages to open, all of which involve downloading some data from the internet and displaying it. To save the user waiting when they choose their page I’ve made an AsyncTask as a subclass of MainActivity which produces an object DATAwhen the download is complete. [...]

The post Using AsyncTask to preload data for a new Activity appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 64

Trending Articles