Android Asynctask imageloading

Leave a Comment
AsyncTask is a class in Android API This class allows to perform background operations and publish results on the UI thread without having to manipulate threads and/or handlers.

from HoneyComb SDK or higher versions are not allows you to do Network operations on its main thread. All the N/W operations should perform only in backgrounds threads.

By using AsyncTask we can achieve this very easily...

Here I share code of the example you can download it and if any query or issue contact me.

Download Asynctask Image Loading

0 comments:

Post a Comment