[Newbie] How to use Sqlite-net extensions and foreign keys
Hi everyone, Google bring me here when I looked for a solution to use foreign key in Windows RT/Phone application. It's very important because I work as a intern and nobody is able to give me an answer...
View ArticleNavigation.PopAsync not freeing Page
I'm having a problem in a project where pages I pop from my Navigation controller aren't freed or collected by the GC on iOS. I eventually run out of memory and crash. I figured I had reference cycles...
View ArticleFailed to start application on the target simulator (Only if no storyboard)...
I'm able to debug on my miniMac only if i have a storyboard. If i don't have one i run into this error Build server returned an Error. Starting iPhone Retina (4-inch) simulator 7.1 Launching...
View ArticleXamarin.iOS: Monitoring more than one kind of Event
Let me preface this with I am fairly new to both Xamarin and C# :) I'm currently enrolled in Xamarin University and am going through a lot of the guide material that instructors are posting during...
View Article2 buttons side by side, with a single pixel border except on the sides...
This is a screenshot of what I'm trying to do -- except that my implementation has a 2 pixel border in the middle where it only should be 1 pixel wide. My implementation overall isn't great and I'm...
View ArticleNO iOS code signing key matches provisioning profile
Help! i've tried everything but can't get xamarin to deploy from visual studio to my device anymore. Deploying from xamarin studio on the mac will work for both the simulator and the device. Deploying...
View ArticleLoading assemblies in the background so that it does not block UI thread
Hi, I'm seeing an issue where the first time I press a button in my app that performs some operation (which is marked as an async method), the UI freezes for ~1 second while it program appears to be...
View ArticlePoll database on page visible
I have a page which displays notifications from a database, the method to get the newest notifications gets called when a user logs in or uses the 'pull down to refresh' on the table, this is ok but i...
View Articlev1.1.1 has serious issues with Image on Android
I have a CarouselPage with 5 ContentPages. Each ContentPage has the same background image which fills the screen and a foreground image... Issues: When initializing the 5 pages - i run out of memory...
View ArticleMac Os Virtual Machines
Hi, can anybody give some advise how to run the Xamarin.IOS Image on a Mac Mini server? I set it up with virtual box, but is really unusably slow. For VMware on Windows this is usually caused by...
View ArticleXamarin.Forms 1.1.1 Released!
Xamarin.Forms 1.1.1 Released! 1.1.1 is a bug-fix release. There are few features in Xamarin.Forms 1.1.1 over 1.1.0. As always we welcome all and any bug reports both here or in their own thread....
View ArticleNavigate to a destination
I have been looking for a while now, and I have yet to find a way in Xamarin on how to get turn-by-turn directions to a specific location. I'm looking for a way to accomplish this preferably without...
View ArticleOpenGLView
I was wondering if anyone has made an OpenGL example application, because I'm having a hard time find how to use OpenGL with Xamarin.Forms. Thanks Joe
View ArticlePicker with a list of Items
Is there a way to use the Picker in a list of items? I am having trouble figuring out how to bind this control to the underlying "item". Lets say I have a list of phone numbers and I want to put a...
View ArticleHow do I not show the navigation bar at the root of a navigation stack?
So I have a NavigationPage. The root is a scrolling list, but I don't need the navigation bar for it, so I'd like to hide it. But when I push detail pages on to the navigation stack, I want to show the...
View ArticleXamarin.Forms.Maps
Try to add Maps in a Xamarin.Forms Application. But using Visual Studio 2013, trying to add a Reference to Xamarin.Forms.Maps, I cant see the Library. Where can I find it ? Regards Rolf Hjemdahl
View ArticleAzure Messaging - RegisterTemplateAsync isn't working?
I have my Notification Hub all setup with certificates etc. Everything works when using Hub.RegisterNativeAsync on my iOS app. I'm using this: http://components.xamarin.com/view/azure-messaging When I...
View Articlevi modes feature integration
Hi, I had several questions about the state of vi modes and contributing to its feature set. I am on Xamarin Studio 4.2.5, and it seems like the 'e' motion to navigate to the end of the word is not...
View ArticleBuild task never stops
A lot of times when I build my solution the build task just keeps running and never stops, it's stuck in "Building: (Debug). I can't stop it and if I try to close the solution, the UI freezes and I...
View ArticleJenkins Build with NuGet Xamarin.Forms Package
We have had a successful automated build process with Xamarin using Jenkins that has been working historically. With the addition of NuGet and Xamarin.Forms being a NuGet package, what is the proper...
View Article