I'd say,

Go and look at kwaak3 code http://code.google.com/p/kwaak3/

While it uses OpenGL ES for graphics, the sound and input portions at
least should be useful to you.



On Thu, Aug 26, 2010 at 7:25 AM, Lukas Adamec <[email protected]> wrote:
> 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

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