Hacker News new | ask | show | jobs
by cageface 4287 days ago
This works pretty well on iOS where you can transparently mix C++ and ObjC but on Android you're looking at JNI hell.
1 comments

Still way better than having to deal with JNI hell plus whatever code, that you don't control, sits between your application and the JNI calls.

My little Qt review, which I posted in a sibling thread, reminded me why using the platform tooling is always the best approach.