How to deploy your MonoDroid app to phone [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 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.

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

Google Map in Window Store 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 9 years ago.
Is it possible to use google map API in windows metro style app using C# and XAML ?
It's very possible. Use JSON or REST Services entailed in the Google MAP API. With those you can do just about any platform. Please state what you've tried, and be more specific in the future.

How to develop multilanguage app [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'm developing an app that supports two languages, user can change the language tapping a textblock in top/right of the screen, the language is saved into a global variable.
what's the best way to load that text for the correct language?
Thanks
I have found these links useful in the past when I used to develop for windows phone
http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh965328.aspx
and this
http://blogs.msdn.com/b/global_developer/archive/2011/01/18/start-building-an-international-application-for-wp-7-part-i.aspx
Hope it helps!

Capture Live Video from various Video Devices [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 not sure where I have to start to create .NET application (C#) to "Capture Live Video from various Video Devices."
Any clue?
There is a code project project that does what you are looking for using directx.
http://www.codeproject.com/Articles/7123/Capture-Live-Video-from-various-Video-Devices

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