Hi Guys,

I am creating an application that will send and receive a data from a phone application like a
native android application will do. (e.g. A Client-Server relationship).
Can anyone suggests or tell me how does an android phone(we are using PhoneGap) which is our client side sends a data to a C# Application which is our server side application?

Thanks and Regards,

Your help is highly appreciated.

Recommended Answers

All 6 Replies

even i am looking for the solution...if you get any info , please update me..

  1. Simple text file read/write
  2. Database
  3. JSON
  4. Web service

in my case i want to communicate with bluetooth. The bluetooth application in android will communicate with bluetooth application in PC. the code has no errors when i compile in eclipse IDE. however as emulator doesn't support bluetooth i cant test it in IDE. So i tried deploying the app in my android phone but the app is not working....So how to test it in my pc and then deploy it in my phone...

Connect phone through USB and you can start application in phone instead of emulator and in doing so you will get all logs with potential errors from it. On your phone in Settings > Applications you need to find Development option and enable USB debuging

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.