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

88 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 best solutions below

0
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