views:

41

answers:

0

Im displaying image from URL. I implemented using a thread to retrieve data from URL for every 10 secs.

Some times my application showing a message Application Not Responding dialog.

When i google for the issue i found that we can use AysncTask for loading image.

Using Async Task im able to get the image, bt what i need is retrieve data from URL for every 10 secs.

Please help me how i can do this

Thankyou