Send message from Phone (Android) to PC(Windows) [closed] - c#

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i have a requirement to send a message (for example "Hello World !" in string format) from my application running on Android Phone to a application (C#/Windows application) running on a PC/Laptop on Windows 7 platform?
Any idea how to achieve this please?
thanks
Venu

Just create UDP socket between Android & PC and that's all.
Or you can use XMPP for example.

Related

Mono for Android Texting/Email [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Texting and Email is not documented for Android but for iOS it is, Does anyone know where the code is documented or could tell me? Thank you!
You're confusing your terms - MonoTouch is the old name for Xamarin.iOS. Mono for Android is the old name for Xamarin.Android. Presumably you're asking "how do I send mail and texts with Xamarin.Android?"
Send an e-mail: http://docs.xamarin.com/recipes/android/networking/email/send_an_email
Send a text: http://docs.xamarin.com/recipes/android/networking/sms/send_an_sms

bluetooth in large area - find bluetooth device model [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I wanna start working on Bluetooth, and design a network by that, so i have basic question:
can i find model of phone by Bluetooth application in my server? (to send application for that model)

How could I send a text? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am currently working on an app for Windows Phone. What I wish to do is simple - allow the user to set a time, and, at this time, the phone will send a text message to a specified number.
Is it possible to do this ? How can I do this ?
Thanks very much.
There is a way to launch the Messaging application with the "Body" and "To" field programmatically field in.
The SmsComposeTask Class is what you need to launch the messaging application.

How to deploy your MonoDroid app to phone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have a trial version of MonoDroid and I know that you can't deploy to your device with this version, but is there any other way of getting it to run on your phone? Does anyone know?
No you can't. Even if you can get the package and its dependencies onto the phone by other means, the app will just crash. Buy it, or use the emulator.

How to develop web based voice chat app in C# [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm looking for a set of library in C# that could help me develop a web based voice chat app. I would prefer to avoid using Flash or Silverlight if i can.
From searching the internet i found WebRTC, libjingle, FreeSwitch, Asterisk could possibly provide what i need, but none is written for C#.
Could someone point me to the right direction ?

Categories