Convert to Lists and Grids
Convert to List and Grid design to iOS/Android code.
Last updated
Convert to List and Grid design to iOS/Android code.
Last updated
If you need to display scrolling elements dynamically, you should check if they are lists or grids. Lists are vertical, and grids can be vertical or horizontal. In lists, only 1 cell can be in a column but for Grids, it can be more than 1 cell in a column. Here is an example of both of them:
Once you decide what you want to create, you can click the links below.