Question

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?

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top