[Interest] Android's Google Maps and order of rendering

Ben Lau xbenlau at gmail.com
Mon Nov 11 17:21:04 CET 2013


Hi all,

I would like to embed a Google Map using Native SDK on Android. Now I am
able to construct the Map using Java code. However, it has problem to
interact with QML.

The Google Map library (part of Google Play Services) render its content on
an android.view.View object. As QML do not support the control of render /
layout of an android.view.View object  ,  I just want them to draw on two
different layer: The QML layer draw on the top of the MapView .

However, the real situation is : The view object draw on top of QML.

My question

   - Is there any method to control the order of rendering between QML
   and android.view.View objects?

Anybody has experience on communication between Qt and android.view.View
objects can share the experience? Any advice would be appreciated!

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131112/03033c9a/attachment.html>


More information about the Interest mailing list