Question

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) ?

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top