Home > OS >  best way to present multiple listview
best way to present multiple listview

Time:06-08

I would like to know your idea about the best method to present several personalized horizontal lists, in the spotfy style. With different preferences and musical styles. The best way would be to create several listviews? or structure a database and make it somehow present only a few things on the user's homepage? any suggestion?

CodePudding user response:

i dont think there would be any problem displaying different list view on home showing few items ( 3 or 4 ) of that list and a button above each listView as View All on tapping using that list all items on that category personal screen

CodePudding user response:

you can add multiple ListView as you can possible Try SingleChildScrollView for multiple ListView or Layouts

Refer Official Docs : docs

  • Related