objectbox / objectbox-c

C and C++ database for objects and structs
https://objectbox.io/
Apache License 2.0
194 stars 35 forks source link

Prebuilt Libraries for Android #4

Closed ashton-d-chen closed 4 years ago

ashton-d-chen commented 4 years ago

Hi, I am working on an Android NDK project which will use objectbox-c. Can you provide prebuilt libraries for Android as well in addition to the following?

greenrobot commented 4 years ago

One idea to achieve this was to have a dual API lib covering JNI and C... What's your timeline?

Buggaboo commented 4 years ago

I just realized that we're missing support for arm64, the app stores are going to complain about it. Currently I'm cooking up a note-taking app with dart/ffi. I should be able to test with armv6-7 now.

greenrobot commented 4 years ago

For some time now, Android APIs also include the C interface, so I guess this can be closed?