I had develop a one android application and now I want to send data from my android application by clicking on submit button and that data will be print in asp.net website
Please give a sample for both android application and asp.net website.
Brian Tompsett - 汤莱恩
5,92972 gold badges63 silver badges135 bronze badges
-
Welcome to StackOverflow. We appreciate you taking efforts to solve your problem. You can start in this direction by looking at ksoap-android. Please give me the codes, won't get you a lot of answers.nunespascal– nunespascal2013年02月27日 09:20:32 +00:00Commented Feb 27, 2013 at 9:20
1 Answer 1
you should search some exapmle before asking any question...neways You can go through this exapmle How to Call Web Service in Android Using SOAP
also you can do it using JSON see example
answered Feb 27, 2013 at 9:15
Comments
default