Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

Can we connect an android application with a webserivce in ASP.net c# using bluetooth.

For example

In my android device i have built an applicaion that has two edit texts and a button named Add below.
In my webservice which i have built in ASP.neet c# will add two numbers.
Now scenario is that on my android device i will enter two numbers and press add,using bluetooth the request will be sent to the ASP.net application on a desktop which will give result back.

Can it be done?
Posted

1 solution

"Can it be done"

Just about anything is possible, but why would you go through all the trouble of developing a Web app and not send the data to the ASP.NET service through the web? Seems like the wrong choice of technologies, at that point its easier to just do a windows service or background console app...
 
Share this answer
 
Comments
naseer861 27-Nov-13 23:59pm    
Your suggestion is pretty much worth considering but i want to do it.Do u have solutiuon?

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