How to send and receive the values to the webservices in Android? .I am very new to android.Give some ideas to me...
            Asked
            
        
        
            Active
            
        
            Viewed 230 times
        
    3 Answers
0
            
            
        I'd recommend going through some tutorial apps seen here- http://developer.android.com/guide/tutorials/notepad/index.html
 
    
    
        Mike M.
        
- 12,343
- 1
- 24
- 28
- 
                    Thanks for your response Mike – RMRK Jul 13 '10 at 17:01
0
            
            
        Check this sample, was useful for me Calling Web Services in Android using HttpClient
 
    
    
        Jorgesys
        
- 124,308
- 23
- 334
- 268
0
            
            
        I hope you mean strings by values.
I would recommend using HttpClient for the purpose as it is every easy to use. You could use ListNameValuePairs for sending values.
You could check the answer to this question for a sample program as well.
 
    
    
        Community
        
- 1
- 1
 
    
    
        Primal Pappachan
        
- 25,857
- 22
- 67
- 84
 
    