Re: [Interest] Integrating on Android.

2014-06-27 Thread m...@rpzdesign.com
You will have to add the Intent handling routines into the Native Activity and then call into NativeCode NativeActivity to process them (or do it all in java, but that is not what QT is all about.) Remember that NativeActivity for QT code is on a different thread than Dalvik Code, you need some th

Re: [Interest] Integrating on Android.

2014-06-27 Thread Jason H
Is this possible? -- Sent from my Android phone with GMX Mail. Please excuse my brevity.Jason H wrote: I had to go Android SDK for a project because the Qt support fell short. Now I'm starting on the next project... How can I use the SDK app's intents in the new app that I wa

[Interest] Integrating on Android.

2014-06-24 Thread Jason H
I had to go Android SDK for a project because the Qt support fell short. Now I'm starting on the next project... How can I use the SDK app's intents in the new app that I want to do in Qt? The new app expands on the old app's features. So basically I want a Qt app to use the intents of the SDK a