Search Results

by jnovel
Mon Jun 21, 2021 8:40 am
Forum: Android
Topic: Native C/C++ API on Linux?
Replies: 4
Views: 25420

Re: Native C/C++ API on Linux?

Well it looks like the Phidgets API is a native one.

I'd love to bypass JNI and call them directly.
by jnovel
Mon May 03, 2021 7:57 am
Forum: Android
Topic: Native C/C++ API on Linux?
Replies: 4
Views: 25420

Re: Native C/C++ API on Linux?

Just FYI, the duplicate post (now deleted), did not show up right away, so I thought I did not do it, and that's why I posted it 2x.
by jnovel
Sat May 01, 2021 8:39 am
Forum: Android
Topic: Native C/C++ API on Linux?
Replies: 4
Views: 25420

Native C/C++ API on Linux?

I am using Qt (C++) on Linux and I wish to bypass Java entirely, using the .so files directly. Qt provides the activity for me, so I just need to call the native API from C++. (It's actually more work for me to use the Java API) Where can I find the information on what API is exposed and has anyone ...