Re: [Interest] Embedding Qt on Existing Android App

2018-03-12 Thread Jason H
I haven't tried it, but there's a QtActivity which the Qt app inherts, so yes. > Sent: Monday, March 12, 2018 at 5:37 PM > From: "paulovictor.pinhe...@gmail.com" > To: interest@qt-project.org > Subject: [Interest] Embedding Qt on Existing Android App > >

[Interest] Embedding Qt on Existing Android App

2018-03-12 Thread paulovictor.pinhe...@gmail.com
Is it possible to Render Qt within an Android View or Fragment? I failed to find any documentation on that aspect. The Idea is to have an Android View or Fragment that I can insert an existing Activity and display a QML file. It's just for a prototype, not production code, so it is fine if the on