ronniebuddy
Lurker
Hii everyone,
I'm trying to create a points table using custom list view. I want the first row of list view to contain columns like matches,won,draw,lost,goal difference and points. And rest of the values of each column should be updated from a php database. I've gone through the internet and some say to use Async task to fetch data from the server, use an Object class to map the data fetched from server and populate data in the list view.
Could anyone help me with this ?
Thanks in advance !

I'm trying to create a points table using custom list view. I want the first row of list view to contain columns like matches,won,draw,lost,goal difference and points. And rest of the values of each column should be updated from a php database. I've gone through the internet and some say to use Async task to fetch data from the server, use an Object class to map the data fetched from server and populate data in the list view.
Could anyone help me with this ?
Thanks in advance !
