I have designed a sign up form which is sending JSON data on the server. I want to know how to process or access the server response in Android so that in case of repetition of an entry, I can display that an id already exists.
            Asked
            
        
        
            Active
            
        
            Viewed 106 times
        
    0
            
            
        
        James Taylor
        
- 6,158
 - 8
 - 48
 - 74
 
        Sahil
        
- 70
 - 8
 
- 
                    use retrofit for posting data to the server – sushildlh Apr 09 '16 at 05:55
 - 
                    I have posted data successfully to the server using httpurlconnection. Now i want to handle server response in case of registered mobile number or email id used to sign up – Sahil Apr 09 '16 at 06:10
 - 
                    Check [this](http://stackoverflow.com/a/20976385/754783) answer. it's already been questioned and answered. – Hosein Hamedi Apr 09 '16 at 06:24