I would like to create a ListView like this, for example:
JOHN ANDREW LUKE
01 15 55
10 25 60
12 30
that is, each column with its data, in practice each name must be the header of each column .... how can I set the Adapter? Do you have any idea?
I looked around but I could not find examples. Thank You