I want to be able to create an Android window in the Android Java space. Then I want to be able to draw/manipulate the surface of the window in a C++ service that I am building.
What information (window id? window name? binder?) do I have to pass from the Java space through JNI to the C++ space so the C++ service can get access to the window's surface? Example code would be greatly appreciated. Or a pointer to the relevant Android code. Thanks in advance, michael -- 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

