1

我目前正在尝试想象我在 Tizen 上的第一个应用程序的导航方案,我想知道 Tizen 上的本机应用程序是否存在侧面导航控件(如 iOS、Android、Windows Phone 上的 Facebook 应用程序)(甚至第 3 方)?

4

2 回答 2

1

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

于 2013-11-14T18:41:06.373 回答
0

我认为使用 Web 应用程序会更简单,因为Tizen Web 应用程序与 JQuery 移动设备集成得很好,您可以使用 JQuery 响应式面板。通过这种方式,您可以使您的应用程序也可在多个平台上使用。

于 2013-09-24T14:48:03.853 回答