Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have listview with 20 items.Every item have delete buttons.if i delete one item means,how i send the deleted item to android device based on webservice.it is possible...client cannot send any request..but server send response to Android devcie(delete item) based on ip address.advance thanks.
Posted
Updated 14-Nov-13 22:30pm
v2
Comments
Kornfeld Eliyahu Peter 13-Nov-13 1:23am    
Can you re-phrase your question. I tried to understand it but failed totally after 5 readings...

1 solution

Hi, You can consume web service in your android application with ksoap object being included in your libs folder and to know how to use dotnet web services in android app follow this link.

As far I understand from your query is that "You are asking whether we can achieve this or not using any kind of webservices?" - Yes, we can achieve this by using a webservices and one more thing I didn't understand is that

"client cannot send any request..but server send response to client(delete item) based on ip".

In above scenario which is client? Android or PC? What do u mean by "ip" from the above statement? Is it short form for "Input" or "IP Address".

Please specify the question clearly so that it is easier for others to answer quickly and you will get the sure and pure answers.

Thanks
Ganesh
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900