I am trying to show the Class object values to be filled as table row in list view. So that the list view should exactly look like table row with proper alignment.
When I am exploring examples, I found couple of examples but most of them converting the object values to string and then putting on list view which disturbs the alignment.
Can someone please help on how to populate object values in ArrayAdapter as a table row in list view.
Hope my intention is clear. TIA.