360º image sequence for Android

137 views Asked by At

I need to develop a 360º image sequence view for Android, similar to Apple's 360º demo. Something like what I made sometime ago:

http://www.fvalente.org/blog/2011/12/19/fvimagesequence-for-mac-os-xios/

The problem is that the images are about 1024x768 and they're way too slow to load on Android. The lag makes it look just awful. Both setImageDrawable and canvas do not work as expected(i.e. too slow). I cannot scale them down that much. Does anyone have any idea of a way to make it look smooth?

Thanks a lot!

0

There are 0 answers