Android Question Create table with unknown rows in CustomListView

ThePuiu

Active Member
Licensed User
Longtime User
Hi all,
I want in each panel of a CustomListView to insert an imageview (with fixed dimension) and a table (another CusomListView maybe?) That can have a different number of rows and two columns. How can I set the height of the panel so that it covers all the information in the table regardless of the screen size?

It's a good idea with CustomListView instead of the table? What else can I use? Attached image is what I want to get.
Thank you!
 

Attachments

  • Untitled.png
    Untitled.png
    10.3 KB · Views: 114
Top