Hacker News new | ask | show | jobs
by skocznymroczny 1068 days ago
https://developer.android.com/ndk/guides

you can use NDK to create an app with c++

1 comments

Really cool that this is written entirely in CPP.

All the NDK demos/examples I've seen are usually using JNI in some fashion.

Yeah I remember that Android pretty good had documentation and tutorials about the native-activity. It was not really advertised, more of "do this if you really want to" kind of feature. But it worked perfectly.