emulator question
downloaded xamarin, but the emulators do not seem to work. do I have to upload from another site? or a setting somewhere I am missing?
View ArticleWaitHandle.WaitAny consumes multiple AutoResetEvents on Android
Hi all I've a strange behavior on my Android App that I couldn't explain. Let me show it with some example code: AutoResetEvent a1 = new AutoResetEvent(false); AutoResetEvent a2 = new...
View ArticleForms Previewer 100% CPU
Hi folks, whenever i run the forms previewer my cpu workload boosts to 100% (intel core i7 6700k). Does anyone else have this problem or a proper solution? Thanks in advance
View Article"Quick Fix..." does not work! :(
On Xamarin Studio 6.1.5, the context menu item "Quick Fix..." does not work for me. It doesn't do anything. Is really annoying and productive working without being able to include usings and other...
View ArticleIntroducing XFGloss: Visual Gloss for Xamarin.Forms
I’m happy to announce my first open source project is now available! XFGloss is an add-on for Xamarin.Forms projects that adds new properties to the standard XF page and control classes. Check out the...
View ArticleProblems with the use of xamarin forms GoogleMaps
Visual Studio 2015 and Update xamarin, when installing the package NuGet Xamarin.Forms.GoogleMaps, the project Xamarin.iOS can not compile and displays the following error: Unpacking failed. Please...
View Articleuse nfc in pcl project?
hi, i'm new in the group, my question is : is possible use nfc in pcl project?
View Article[Xamarin Blog] Background Audio Streaming with Xamarin.Android
Just posted: Background Audio Streaming with Xamarin.Android on the Xamarin Blog. Read the full article to learn how to up stream music in a background service in Xamarin.Android and take advantage of...
View ArticleNavigation.PushAsync not rendering view
I have an app that uses the Navigation. The main page loads fine with the nav bar. When I try to push a new page to the navigation stack, it runs the code behind of the new page, but never renders the...
View ArticleXamarin Forms Braintree Support
Hi, I created an app Xamarin forms and I need to implement braintree payments. I saw in braintree official documentation but there is nothing to help me with Xamarin. I've also seen around the forum...
View ArticleRemoving Assembly files post AOT in Xamarin.Android
Once AOT compilation has been done, and separate APKs have been generated for each platform, does the APK still need to have the managed DLL files? Keeping the DLL files in the APK is bad, because it...
View ArticleIs there a way to set up a timer?
I have an app that is refreshing data where I get a message from a server every second. I want to set up a way to detect if a message hasn't arrived in over a minute. My thought process was to have a...
View Articleapk size is huge because of Mono.Android.dll
Hi all, I have this strange problem from last releases my apk file is huge in size, and checking what is inside I found that Mono.Android.dll is 24.2 MB, but in past releases it was only 1.4 MB....
View Articlehow to connect ios to sql server
hi. i am new to xamarin. i just created an ios app where a user need to choose some value from uipicker and datepicker. the app should display data from sql server db in the app. the data will contain...
View ArticleAndroid ListView Custom ViewCell Bug - System.ObjectDisposedException
Hey, My app is crashing on Android and not on iOS. Here is the listview that is causing the error: <ListView x:Name="HolidaysList" ItemsSource="{Binding Holidays}" RowHeight="48"...
View ArticleGetting compile error on ContentResolver.Insert() for creating event on...
I am now trying to create an event for Android platform. I am using Xamarin Forms but writing platform specific code for creating event on Android. I went through the docs...
View ArticleDynamically navigating through n categories
Hello, I'm trying to create my first iOS project. I have quite well experiences with C#. I receive data with categories and articles. But I don't know, how many subcategories I will get, before the...
View ArticleYour assemblies are out-of-sync with installed Xamarin.Android version
Hi, in order to make support library show me the elements in design preview i´ve updated xamarin to latest version. Now it behaves wierd. Designer showes me preview just for the first time and displays...
View ArticleGradient as background color for xamarin ios
i want to set background color (Gradient as background color) so please help me.
View Article