How can I get that API into our Android project.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As per my understanding the you have a code written on J2ME platform where you are using
javax.microedition.ioBut as you are making an application in Android and Android does not have the package available, so you need to use any library to achieve your goal.
Here is a open source library for parsing Ksoap2 data
http://code.google.com/p/ksoap2-android/
Again you can use the following tutorial to get started
http://www.helloandroid.com/tutorials/using-ksoap2-android-and-parsing-output-data