> Its like server will send the updated image around every second & app should
> render that images.
> What is the best solution for this.
For a picture every second or so the choice is yours, this is not fast
enough that it will choke up even an imageView. If frequency has to be
higher then Canvas is fast enough up to 25-30 frames a second.

Your problem is to be able to download reliably an image a second from
a server.

You might want to implement some kind of buffer, say 10 images, before
you actually start the slideshow.

Yahel
http://www.a-world-of-faces.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to