Hi all,
I read a tutorial to draw 2D graphics in http://www.droidnova.com/playing-with-g ... mment-1454
I run it successfully when I render many images that I download from the web.
But application pause when they are downloading.
After the downloading is finished, application will draw them on canvas.
Now, I want to use multi-thread to download and display image (example 1 main thread for displaying (in that tutorial code) and and 1 thread for downloading) with available code in that tutorial.
In this case, canvas will be updated continuously.
Please help me.
Thanks,


