how can i parse a string coming from java servlet in android

113 views Asked by At

In java servlet i need to send a string to the android using httpservlet , and in android i need to parse that string using xml parsing and to show it on screen.

1

There are 1 answers

0
Rajdeep Dua On

Use XMLReader to achieve this in a async task or a background service. Extract the data and fill appropriate views. Refer to the link for tutorials and quick start on parsing