Ok, so i am looking to build something that emulates the 3d effect in the gallery with the stack of thumnails, and how when you scroll all the way to the side, the stack of thumbs change perspective a bit, an you can see more/less of the images deeper in the stack.
It would seem like I could probably just apply a transform with android.graphics.camera, and then somehow apply the objects one right on top of the next. SOmething like that. I attempted to actually just look it up in gallery, but i couldn't seem to find any code that was remotely relevant. Even just pointers is just fine... the effect I am going for is to either be able to use camera to apply some transforms on a stack of views, or I suppose learn how to draw a view in 3d space ( i think there was a way to draw a bitmap from a view, and likewise draw the bitmap in 3d space). Any info would be great, seeing as it would seem there isnt a WHOLE lot of documentation on the subjects (if I am wrong, I'd be excited to find these online resources). Weston -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

