[Interest] Android activities Navigation using Qt5.4

2014-11-05 Thread Ramakanthreddy Kesireddy
Hi, Is the page transition between activities is slow using Qt 5.4 on Android though I checked the single Activity application on Nexus 5 which runs fine? Am considering Qt even for cross-mobile platform deployment(compared to other frameworks) though I had been using predominantly using the

Re: [Interest] Android activities navigation.

2014-10-31 Thread rap
-Alkuperäinen viesti- From: Ben Lau Sent: Thursday, October 30, 2014 4:17 PM To: Reynier Pupo Gómez Cc: interest@qt-project.org Subject: Re: [Interest] Android activities navigation. Hi , Currently , Qt is designed as a single activity in Android. Having another activity written by Java

Re: [Interest] Android activities navigation.

2014-10-31 Thread Ben Lau
Intents and/or tell Android to start another Actvity? thanks, Risto -Alkuperäinen viesti- From: Ben Lau Sent: Thursday, October 30, 2014 4:17 PM To: Reynier Pupo Gómez Cc: interest@qt-project.org Subject: Re: [Interest] Android activities navigation. Hi , Currently , Qt

[Interest] Android activities navigation.

2014-10-29 Thread Reynier Pupo Gómez
Hi, I just starting to develop android apps with Qt and I face a problem. In the android way an application could containt several activities representing content allowing us to give the correct structure to an application. Each activity can switch to another using a stack and the back button(