Pregunta

How to make a transition from one form to other on a button click in Tizen. Can anyone post a code snippet for that? I have a button on screen and yet other form, how to make a change in ui on click?

Otros consejos

You will have to use Tizen::Ui::Scenes::SceneManager to make such transitions. You can read more about scene management here. There is Tizen sample application called SceneManagement Sample. With all these resources you should be able to create your own application with animated transitions.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top