[TIMOB-3199] Android: GridView support
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2018-08-02T21:38:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, feature |
Reporter | Ralf Pfeiffer |
Assignee | Eric Merriman |
Created | 2011-04-15T03:39:17.000+0000 |
Updated | 2018-08-03T07:55:29.000+0000 |
Description
Hi,
I would like to see support of GridView in Titanium.
Currently the only way to do something similar is to emulate it
with a TableView and internal views, but this brings performance,
usability problems and a non-native experience.
Something like
// create grid view
var gridView = Titanium.UI.Android.createGridView({ data:data });
would be desirable.
Cleaning up old tickets. If this is still requested, please reopen.
Why not bring this into the SDK? https://github.com/nuno/TiCollectionView CollectionView on iOS and GridView on Android is very much used in the native world. They are powerful and have such great flexibility. By now, this should be a must have in any cross platform SDK.
or CardViews inside a RecyclerView in the form of a GridLayout. There are many use cases for this feature.
Something like a waterfall layout for grids will be much appreciated for Android - right now there's no easy way to do that. Using Scrollviews makes the app impossible to scroll - very bad UX.