Robin Simon

Robin Simon

  • NA
  • 13
  • 575

Consuming Rest Service in Xamarin Android Development

Aug 7 2016 5:39 AM
I have created a REST service with a method getPatientDetails which takes in a parameter and return  a dataset.
 
 I have deployed this REST service  in IIS and URL is http://172.24.4.85/IMAO_REST_Service/PatientService.svc/getPatientDetails/28135635967
 
I need to consume this method in android button click event .
 
I am really very new to android development.
 
Can please someone help me to access this  
 
NOTE: i have used VS 2015 for creating REST Service and same VS 2015 for Android Development 

Answers (1)