Hi All,
I am very new to android and java, previously i worked on .net. we have a requirement in android. so the first thing is login page. client will give us a .net webservice we have to send userid and password to that webservice webmethod called as validateUserInformation and get validated.and as response they send us a bool value i.e either true or false. I need some example or good links to implement it in android.