On 9/5/2011 9:01 AM, tony wrote:
>        I would like to know whether it is possible to display a
> message from the native layer (c/cpp code)? 

You should try the android-ndk list; this is more of a "meta" discussion
list, as opposed to a development discussion list. The short answer is
you should use JNI to trigger Android Java SDK APIs; the slightly longer
answer is that, if you're ASKING that question, you should probably be
writing most of your app in Java. For any longer answer, please re-ask
the question on the appropriate list.

The NDK isn't a way to avoid writing ANY Java unless you're willing to
restrict your target to 2.3 or higher. Apps that are primarily native
code would use OpenGL to display most things, regardless, even in 2.3.

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en.

Reply via email to