Re: [android-developers] Need help on referncing response from WCF REST service.

2012-01-02 Thread Mukesh Srivastav
Design issue Mate :(, Let's say you are receiving some around 20 records and you might wanted to bind in the Listview, you need to do the following things. 1. Write a class which actually parses your data and bind it to the Model Class. 2. Create a Class with setters and getters of the fil

[android-developers] Need help on referncing response from WCF REST service.

2012-01-02 Thread Shawn
I created a simple WCF REST service that is returning a list of data rows from a SQL Server. I've been trying to get my android application to be able to refernce the returned data for a few days now and finally feel like I am getting somehwere. The below code is working and the toast text displays