[android-developers] Re: NativeActivity over another Activity?

2011-10-25 Thread Danny.Zubiate
Yes, the examples are mostly aimed at drawing in OpenGL ES through the native side. I will see if we can get an example created that draws through the java side and allows use of the touchpad events. Danny Zubiate Developer Support Engineer Sony Ericsson Mobile Communications On Oct 20, 6:46 

[android-developers] Re: NativeActivity over another Activity?

2011-10-20 Thread Danny.Zubiate
Hi Paul, I suggest you visit the following link and take a look at the tutorial and the code examples there. They should help you to do exactly what you are trying to do with the NativeActivity. The tutorial and code examples provide a couple different methods to add on and manage the necessary

[android-developers] Re: NativeActivity over another Activity?

2011-10-20 Thread Paul Lamb
Internet timed out, sorry if this double-posts. I have that document and code examples already (they are what my project is based on). However they deal almost exclusively with the native code, and do not even talk about graphics, native or otherwise. The one example that even has a Java