Bindings for java

Hello, do you have plans to make Java bindings?

1 Like

there are Java bindings inside the Android repo, as they do not have dependencies, for some first tries, they should do the job.

beside some annotations that can be removed, they do not have dependencies afaik: https://github.com/deltachat/deltachat-android/tree/master/src/com/b44t/messenger

to get them working, however, you also need to get the JNI up, also this is Java-specific, not Android-specific afaik: https://github.com/deltachat/deltachat-android/tree/master/jni

1 Like