I am new android developer and i want create a webservice in php and i want call that webservice and that response in to get in array and that fill into List.
provideing the best user interaction pls help to solve this problems
Thanx in advance
@androidTechs
This is a class that can be use to make call to webservice called WebService.java
This is how you use it from your activity
The GetUserLoginHandler is a handler used to parse the response for this request.
This is just an example. There are many tutorials explaining SAX parsing in detail.