QML Android best practice to send a custom Intent (share URL)
QML and Qt Quick
1
Posts
1
Posters
1.0k
Views
1
Watching
-
hey,
I was wondering if there are any best practice tips for sending custom android intents from QML (or c++ for that matter).
should I create a custom android activity and use the QAndroidJniObject class to call it or are there any better ways?
My intention is to create a simple share URL function from QML to other android apps.
thanks