Hey @Shrut_Patel Thanks for posting here
I am excited by what you are building
I will make sure you build what’s in your mind sucessfully ![]()
So let me help you with your questions:
- You can have many different layouts for the UI actually and there’s probably not a right and wrong answer. What I will do is that I will create a
componentwhich present the actual row in the table, and this component will be with therowlayout and contains manyTextwidgets, then i will use that component as the placeholder for aListViewwidget (I recommend you using the new way of displaying data usingListViewand not usingGroups. Check out this: When to use Listview and Gridview, and when to use Groups? - #3 by anas - For theText variables, you can create a text variable for each Text widget, but if you will use the structure I mentioned in the above point, you can also create an object that will hold a single row, and this object will hold the variables, but you can also simply create parameters in the component, each as a
Stringso you can pass the row data easily from the Listview - For that, we will do a livestream on Sunday and we will work through the full flow of connecting the API to a Listview. If you can watch it live it will be great, otherwise you can watch it later as well
