I'm creating a native Tizen application for wearables.
Started using the UI builder which can generate code for navigating between different application views:
Tizen however is not that good in documentation. There is a mention in the website about "Maintain a smooth flow" between views:
But they don't describe at all, how can I do this kind of "animation" between views.
This is the motivation of the question: how can I do a seamless transition from a large logo image view to a detailed view which also contains (a small size) logo?
Please note again: I'm creating a native application (not web, not .NET!). So unless it's impossible to do this natively, please don't recommend me to change (to web or .NET).