Hi,
I think NDK could solve your problem. I studied some problems about
passing bitmap between Java and C++. Take a look at jnigraphics
library in NDK (it's new in android-8 API) or useful is also direct
ByteBuffer (for older Android versions).

On 25 srp, 20:18, Maomor <[email protected]> wrote:
> In order to easily and quickly port a C++ app to Android, can one just
> write a thin Java layer that gets the screen contents from C++ and
> blits it to the display; and sends mouse clicks to a C++ handler ?
>
> Or would this not work for some reason ?

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

Reply via email to