PDA

View Full Version : Multiple screens navigation



keyga
23rd December 2012, 09:52
Hi everybody :)

I'm just starting to use QtQuick in order to deploy Android apps with necessitas but I cleary miss some QML skills.
I would like to have several screens in my app like this example below:

8527

Can you give me some leads to achieve that ? What QML elements do I have to use, which architecture between my QML files should I choose, etc

Thank you very much ;)

wysota
23rd December 2012, 10:28
You can either use a Flickable or gesture handling + manual animation.