1 Attachment(s)
Multiple screens navigation
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:
Attachment 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 ;)
Re: Multiple screens navigation
You can either use a Flickable or gesture handling + manual animation.