I am currently trying to imagine the navigation scheme of my first app on Tizen, and I'm wondering if a side navigation control (like the one of the Facebook app on iOS, Android, Windows Phone) exists for native applications on Tizen (even a 3rd party one) ?

有帮助吗?

解决方案

There is no control that creates side navigation, You should create a custom control

For eg: Create a panel that use touch listener to slide in and out.

Note: I don't think that there is a side navigation control in android facebook , which is also implemented as custom.(May be another person creates it)

Edit: Update

Now there are Navigation drawers in android

其他提示

I think this is simpler with an web app, given that Tizen Web Apps integrates well with JQuery mobile you could use a JQuery responsive pannel. This way you can make your app also available across multiple platforms.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top