• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps To create a football league points table

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 !
:)
 
What specifically do you need help with? Have you tried creating some sample objects to populate it with? Try that first before skipping straight to pulling data from the internet. That way you can check to see if your adapter logic is right.
 
Back
Top Bottom