I just downloaded and installed M开发者_Go百科ono for Mac along with Mono for Android. Selecting file -> new solution -> new MonoDroid Application, and trying to build that, I just get an error:
I would like to know if it is possible to develop smartphone applications using VB.NET rather than C# with the MonoDroid Visual Studio addin?
Is there any solution for accessing S3 (or any AWS services) from a MonoDroid application? I have found the Android 开发者_StackOverflow中文版sdk for S3 but those are jar files (not sure if there is s
What is the C# equivalent of the following Java snippet below: Drawable image; URL imageUrl; imageUrl = new URL(getMyImageUrl(im开发者_开发百科ageNumber));
How do i use the JSON 开发者_Python百科Library in Monodroid using VisualStudio 2010. I cannot find it anywhere, though the Mono Assemblies Page says it should exist.Nevermind. Found it. Forgot to refe
I am about to start building an app that will be used across all platforms. I will using monotouch and monodriod so I can keep things in .net
Today it is possible to use C# programming for multiple mobile platforms such as: WindowPhone7 Android - Monodroid
Here\'s my attempt at using MVP (or Passive View more specifically?) with a MonoDroid app: https://gist.github.com/857356
I\'m facing a dilemma: I have a solid ASP.NET development experience in C# and looking to start mobile development. I have done research and know that there are some hacks for getting a development en
I am creating a poof of concept Android App using MonoDroid for C#. So far it is look pretty good. I have however hit a snag when using WCF.