Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3199] Android: GridView support

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionWon't Do
Resolution Date2018-08-02T21:38:13.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, feature
ReporterRalf Pfeiffer
AssigneeEric Merriman
Created2011-04-15T03:39:17.000+0000
Updated2018-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.

Comments

  1. Eric Merriman 2018-08-02

    Cleaning up old tickets. If this is still requested, please reopen.
  2. Mads Moller 2018-08-03

    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.
  3. Mads Moller 2018-08-03

    or CardViews inside a RecyclerView in the form of a GridLayout. There are many use cases for this feature.
  4. Yanko Valera 2018-08-03

    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.

JSON Source