Port blackberry to android app
- by donald
Hey,
I am porting a blackberry application to android phone.
The app is talking to web service using soap api. Is it possible
to use ksoap2 available for android and use the same soap stub? if so, how?
or I have to rewrite from scratch?
I have never used soap/rest api's before, so m confused.