I'm working to make a more professional look to my app.
When you switch between pages, the first time the transition is not very smoot, you can see some "bumps" of the graphics. This is I suppose because the page need to be initialized and layout loaded.
Then, when you come back to a page that has been already initialized the transition is perfect.
I see some professional apps that does not behave like this and has perfect transitions also the first time. WhatsApp for example.
Which tricks can be adopted to obtain this ?
I tried to initialize all the pages when the app starts but no success.
I attach a zip. What I say is minimal but visible. When the layouts become more complexs the effect is much more evident.
When you switch between pages, the first time the transition is not very smoot, you can see some "bumps" of the graphics. This is I suppose because the page need to be initialized and layout loaded.
Then, when you come back to a page that has been already initialized the transition is perfect.
I see some professional apps that does not behave like this and has perfect transitions also the first time. WhatsApp for example.
Which tricks can be adopted to obtain this ?
I tried to initialize all the pages when the app starts but no success.
I attach a zip. What I say is minimal but visible. When the layouts become more complexs the effect is much more evident.