I am working first time in SugarCRM I have really no idea regarding this. so please give me basic idea and work flow about this. how to interact with Android application ?
Thanks!
I am working first time in SugarCRM I have really no idea regarding this. so please give me basic idea and work flow about this. how to interact with Android application ?
Thanks!
SugarCRM has a SOAP web service API, so basically consume the wsdl's from your android app with for instance ksoap2-android.
SugarCRM SOAP API:
Android k2soap library: