Click here to Skip to main content
15,916,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
The website don't send a json data otherwise it would be easy,
how can I read the response and extract the data to show in my app.

Thanks
Posted

1 solution

Hi,

You need to write webservice or WCF to handle the request from your APP.

The requested data can be received in JSON format which is more easier than other format, because there are many json libraries are available for Android.


Thanks,
Ullas Krishnan
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900