JNI via QML: Async or Sync
QML and Qt Quick
3
Posts
2
Posters
1.5k
Views
1
Watching
-
Nah my idea was to connect to the google play services through a JNI call, but apparently the gps connection is async and the method doesnt return anything to let me know when its done.. I need to know when its done to show my next screen only at this moment, I might have to go the other way around and call C++ from Java when the gps connection is completed..
Thanks!