Hello,

I have a 2D app. When the user presses a button, I need to quickly open a
translucent 3D animation and overlay that on top of the 2D app. This is
similar to the "Translucent GLSurfaceView" demo in APIDemo.

However, with APIDemo on G1, it takes about 100~200ms for the new Activity
to come up. For me, this is too long. Is there any way to make it faster (to
about 30~60ms).

My idea is to create a transparent Window object that contains a SurfaceView
and hide it. When user presses button, the Window is shown.

Is this doable?

Thanks!

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