top | item 3691469

(Yet Another) Android NDK Blog Posting

14 points| guycole | 14 years ago |guycole.blogspot.com

7 comments

order
[+] AntiRush|14 years ago|reply
It's worth mentioning that, since Android 2.3, you can make what's called a Native Activity[1] and circumvent Java entirely (as far as code you write goes).

It still runs in the Dalvik VM but you don't have to write a wrapper Java Activity - everything is C or C++.

For certain things, particularly opengl games, this can make a lot of sense.

[1] http://developer.android.com/reference/android/app/NativeAct...

[+] chj|14 years ago|reply
can eclipse debug native apps ?
[+] shareme|14 years ago|reply
Yes, the feature set is through Sequayah(not correct spelling) which is part of the mobile java tools..