[TIMOB-5179] Android / New Feature: Gallery Widget
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | Miguel Vizcaino |
| Assignee | Ingo Muschenetz |
| Created | 2011-08-30T12:13:02.000+0000 |
| Updated | 2014-06-18T22:53:45.000+0000 |
Description
In Titanium Mobile 1.7.2 there is a component named
CoverFlowView that is unfortunately ios-only
Within android.widget exits *Gallery* that is a layout widget used to display items in a horizontally scrolling list and positions the current selection at the center of the view.
See http://developer.android.com/reference/android/widget/Gallery.html
This component is similar than CoverFlowView but exclusive for Android.
No comments