-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I create a custom sqlite function in Android? #488
Comments
You would have to rebuild the Android-sqlite-native-driver. To rebuild the
Android-sqlite-native-driver you have to follow the instructions very
carefully.
|
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/java/android/database/sqlite/SQLiteCustomFunction.java uses is discarded for the >= SDK API 17 (4.2) support @brodybits? I think that using this it would be similar as iOS. |
In that case you would use |
And what do you think about the performance @brodybits? Exist more issues than the classic way? I have seen this known issue in README.md for example:
|
I think the performance would be better if you rebuild The easier solution is to use If you need more extensive help I offer priority support packages. Please contact me at brodybits@litehelpers.net or sales@litehelpers.net for more information. |
I want to add a function (distance between two points) and I have seen in iOS is more easy. However, in Android I should recompile some c++ connector with ndk. Is this the way? Can someone explain me the correct steps to do my goal? @brodybits @marcucio
The text was updated successfully, but these errors were encountered: