我目前正在尝试想象我在Tizen上的第一个应用程序的导航方案,我想知道是否存在本地应用程序的侧面导航控件(如iOS,Android,Windows Phone上的Facebook应用程序之一) Tizen(即使是第三方)?
答案 0 :(得分:1)
没有控件可以创建侧面导航,您应该创建一个自定义控件
例如:创建一个使用触控侦听器滑入和滑出的面板。
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)
修改:更新
现在android中有导航抽屉
答案 1 :(得分:0)
我认为使用网络应用程序会更简单,因为Tizen Web Apps integrates well with JQuery mobile你可以use a JQuery responsive pannel。这样,您就可以在多个平台上使用您的应用程序。