I've managed to successfully connect to the picasa web services using
JSON and download a list of thumbnails from my picasa album. The
thumbnails are all very small but I'm getting pretty terrible
performance (especially when compared to the native picture viewer).
As my main goal was getting the application working their is obviously
lots of optimisation work I can do but I just wanted to know where the
most likely cause of poor performance is coming from. Is it the memory
usage (so I should try cleaning up existing objects) or is it display
performance (can't cope with 30 thumbnails at once)?

Example thumbnail image 
http://lh6.ggpht.com/_QIFTbqmwS8U/Samo30_xoBI/AAAAAAAAAEk/VeBxiukdKzU/s72/IMG_1759.jpg

being loaded via Drawable.createFromStream


Thanks in advanced.

Ian
--~--~---------~--~----~------------~-------~--~----~
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