Error parsing xml: unknown encoding in AndroidManifest.xml
I get this error when I build my app. The first 2 lines of the AndroidManifest.xml file are: <?xml version="1.0" encoding="Windows-1252"?> I believe the encoding Windows-1252 should be utf-8 but...
View ArticleRussian Letter encoding issue
Hello, I'm facing a encoding issue when using HttpClient request in my Android app. HttpClient client = new HttpClient(); Task<HttpResponseMessage> response = client.GetAsync(url); Stream...
View ArticleXamarin.Contacts
Hey all, I started using Xamarin.Contacts from Xamarin.Mobile and am seeing significant slowness on some phones. My phone which has 501 contacts takes around 4-5 seconds to iterate through all the...
View ArticleHow to integrate into Visual Studio?
hello guys, i am very new to xamarin. i downloaded the starter edition. at that time, i did not have any visual stdio on my pc when i downloaded. now i have installed visual studio 2012 express...
View ArticleHow use custom listview
I’m new in Xamarin.iOS. I’m confuse in Listview. Kindly, give me any sample code. I want to use custom listview in project (I could add many labels and other controls how much I want in signal row)....
View ArticleERROR : ... android-support-v4.jar doesn't exist .
Hi, i want to build zxing.net.mobile-1.4.2 sample in xamarin studio but when i compile it, i get the following error: Error XA5207: Please install package: 'Android Support Library' available in SDK...
View ArticleInvalid License after upgrading from Trial License to Indie Edition
I just upgraded to the Indie Edition after my trial expired and now I get license errors that look like the screenshot in the attached file. I've googled and seen that a lot of people have this problem...
View ArticleAnyone else unable to redeem 15% Xamarin early renewal discount?
Xamarin sent me an email offering me a 15% renewal discount if purchased before midnight, Feb 28 PST...which is in 20 minutes...(proof attached ;)) so I have purchased it, but it was listed as $299......
View Articlecreate component for xamarin
Hello, i created some ui component and want make it .dll for other developer use is there any tutorial about how to create a dll for xamarin ? thank you
View ArticleCan't use shared Mono runtime
I was just building a sample app to post on the Xamarin forums for another problem and found I had to turn off both "Fast Assembly deployment" and "Use shared Mono runtime". Without former setting...
View ArticleSlidingMenu binding error: missing class error was raised while reflecting...
Hi, I am trying to create bindings for the SlidingMenu java lib but I am running into a problem porting the CustomAnimation class from the sample because the generated binding is missing a method...
View ArticleJava binding to classes that implements an interface does not work. How to...
I have tried to make a Java binding project to to GoogleMapsUtility Library. I can see in VS object browser that not all classes are converted properly. It seems that all classes that implements an...
View ArticleWebView
HI guys, I am creating a very simple app that has a button and a webview object. The button launces a website which is displayed in WEbview...simple enough, but when the webview opens the webpage, the...
View ArticleFace detection in Xamarin.Android
Hello, I need to know whether it is possible to implement face detection in Xamarin for android App? I searched, but found only for Xamarin.Ios. I also found libraries for face recognition EmguCv but...
View ArticleGlass Apps run on mobile device?
i install glass home and stuffs, can i run glass apps on device?
View Articlexamarin designer TOOLBOX not working???
I am using visual2012. but the tool box menu does not work. Can you help?
View ArticleXamarin under snow leopard
Hi all Is it possible to run xamarin under mac os x snow leopard?
View ArticleCould not load type 'System.Dynamic.IDynamicMetaObjectProviderfrom assembly...
I'm working with some portable class libraries. I have code working with Android. Unfortunately, I am getting the following error in my iPhone project when I call into the a PCL library. I am using...
View ArticleHow to use Xamarin.Auth with Monogame?
Hi everybody! I use monogame for developing crossplatform game. For android I have one Activity: [Activity (Label = "GameName", MainLauncher = true, Icon = "@drawable/icon", Theme =...
View ArticleClasses on Game Development
Just thought I would drop the idea of offering a class or series of classes on mobile game development. Perhaps build an engine from scratch or use one of the many libraries available. Thanks
View Article