Hi everyone,
Just completed my first android application (basically a hello world with a dialog). Now i'm looking to move on to something more interesting. I'm trying to get some data from a webservice and display the results in a list.
My webservice would be like http://localhost/webservices/SearchService.asmx, my method name is SearchStaff and the parameter is called searchText.
Can anyone tell me where would i begin.


