[TIMOB-18848] Create a cross-platform API for ActionBar/Toolbar/CommandBar/AppBar
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android, iOS, TiAPI, Windows |
| Labels | parity |
| Reporter | Christopher Williams |
| Assignee | Unknown |
| Created | 2015-04-23T19:23:11.000+0000 |
| Updated | 2018-02-28T19:55:45.000+0000 |
Description
We have no concept of a cross-platform APi for a fairly common UI pattern of an App/Tool/ActionBar.
We have Ti.UI.iOS.Toolbar, Ti.Android.ActionBar - and we're looking at exposing Windows' CommandBar and/or AppBar.
They are fairly similar and typically involve a bar across the top or bottom of the app with some buttons/navigation.
iOS Toolbar: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Bars.html#//apple_ref/doc/uid/TP40006556-CH12-SW4
Android ActionBar: http://developer.android.com/guide/topics/ui/actionbar.html
Windows CommandBar: https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.commandbar.Aspx
Windows AppBar: https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.appbar.Aspx
No comments