Hi,
I have an Arraylist<Order>
Order object contains Order no, name and status as a string.
I want to poulate arraylist<order> in a table format with order no, name and status as columns.
i have used ListView with ArrayAdapter<Order> but i am getting only rows, i want to display as a table.
Please help me, which layout I have to use, and how to display on UI.
Currently I am displaying it like this,
and in adapter I have written like this,
I have attached UI , how it looks. Please help me to display in table form.
Thanks
Nehel