Tagged Questions
0
votes
2answers
206 views
Easier approach to loading ImageView on AsyncTask?
I'm working now on an ImageView using LoadImageFromWeb that needs to be in the AsyncTask. My code without AsyncTask is only this:
private void satellite() {
// TODO Auto-generated method ...
0
votes
1answer
527 views
Inconsistent behavior on loading images using AsyncTask
What the application does is very simple. It loads two RSS feeds and on each RSS feed, it contains two items with a title, an image and a link. And then it downloads the images, saves it on to local ...