That's because you are attempting to do a network call within your UI
thread. This should help you:
http://developer.android.com/resources/articles/painless-threading.html
On Fri, May 6, 2011 at 7:19 AM, mDroid wrote:
> Hey All,
>
> I want to call a .net web service from android using kshop2 Bu
Hey All,
I want to call a .net web service from android using kshop2 But I get
a Error SocketException:Activity time out
Please Help Me
My code.
final String SOAP_ACTION = "http://tempuri.org/Add";;
private static final String METHOD_NAME = "Add";
private static fi
2 matches
Mail list logo