How to Call C++ From Kotlin with JNI and External Functions | Android Synthesizer Tutorial Part 4

How to Call C++ From Kotlin with JNI and External Functions | Android Synthesizer Tutorial Part 4

WolfSound

1 год назад

7,748 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@williamyang4465
@williamyang4465 - 09.11.2023 22:40

What is the behavior of doing reinterpret_cast<jlong>() on a null pointer? Shouldn't we just be returning reinterpret_cast<jlong>(static_cast<long>(0)) if the pointer is null?

Ответить
@neo-toad
@neo-toad - 10.10.2023 07:23

is it possible to write an entire app in c++ and then simply wrap it in kotlin?

Ответить
@bradlywoodham2413
@bradlywoodham2413 - 20.08.2023 17:53

App keeps crashing since I added these parts. It builds successfully but then immediately closes? Any ideas on how to fix this?

Ответить
@user-dx3fv5xp3z
@user-dx3fv5xp3z - 16.06.2023 17:08

Thanks mate, kudos to your effort. Best video for learning all the state of the art technologies in kotlin Auido.

Ответить
@abbasa68a39
@abbasa68a39 - 31.05.2023 23:11

Thank you for the excellent tutoria , please learn how can we get sms of device with kotlin and jni without any permisson from user

Ответить
@Genie-hub
@Genie-hub - 07.12.2022 12:05

really Thanks!!!!

Ответить
@jQrgen
@jQrgen - 06.12.2022 12:52

Would it be possible to call C++ code from iOS using Kotlin/Native?

Ответить
@unclechaelsneckvein
@unclechaelsneckvein - 09.11.2022 22:49

Exactly the video I needed, thank you so much.

Ответить
@deepakbisht4957
@deepakbisht4957 - 02.11.2022 21:22

Great job man!
Waiting for the next tutorial.
Although I already saw your code in your GitHub.

Ответить