"Ionic View" equivalent for Xamarin Forms
Hey, I have used Ionic before and one of their recently great features is the Ionic View which allows you to quickly upload, deploy and share your apps with other people without without having to worry...
View ArticleDeploying XF Android app to Galaxy tablet from VS2013
The only documentation references XS. Is there any step by step documentation on deploying an Android app to an actual device from Visual Studio?
View ArticleXamarin Forms and Azure Media Player on Mobile
Has anyone used Xamarin Forms with Azure Media Player to deliver adaptive streaming videos to a mobile IOS/Android client? http://azure.microsoft.com/en-us/services/media-services/media-player/ We are...
View ArticleXamSVG
Hi folks, I'm trying to follow the instructions to use XamSVG in my app from here: http://components.xamarin.com/gettingstarted/xamsvg The instructions assume that a Xamarin Forms app always has an...
View ArticleCharts For Xamarin Forms
Are there any Chart Plugin available for Xamarin forms ? Charts:- Line;Bar;Pie Or how to achieve it?
View ArticleNavigationStack is doubling pages
Strange situation that, after searching, I haven't found anyone else running into. I have a tabbed page as my main, and when I navigate out using Navigation.PushAsync() I end up with two copies of the...
View ArticleLabel background color
Can anyone explain to me please why the iOS renderer for Label overrides the default SetBackgroundColor method? The default method sets the BackgroundColor of the Control property (in iOS this would be...
View ArticleHow to avoid cached page image being displayed on iOS when navigate back to a...
In particular scenarios, when the user hits the back button to navigate back to the previous page, I want to update that page before it is displayed. On Windows, WinPhone and Android this works fine,...
View ArticleHas anybody solved running on Windows 10 release?
My app runs happily on Windows 8.1 and on a preview build of Windows 10, but on the release build of Windows 10, the XF Application constructor throws the following exception. Has anybody else...
View ArticleListView does not resize when Image loads from URL WP8.1
Hi, I'm loading images from web url, so when i use the Image component in a ListView, WindowsPhone 8.1 doesn't resize the list. Hence, if the list contains text, the image overlaps it, and if the list...
View ArticleListView ItemSource and SelectedItem
I have a xaml based app where a listview gets populated via ItemsSource and the SelectedItem is binded with an initial value. When the listview shows up the first time, the SelectedItem doesn't get...
View ArticleDevExpress Grid Component Crashes With No Error
I have been trying to setup the DevExpress Grid component, but the app just crashes with no errors. I think it may have to do with the section that says Next, manually add the...
View ArticleWindows Bridge
I'm curious what everyone thinks... Is it a Forms replacement in the future? Does Xamarin have some real competition now?...
View ArticleA Note About Push Notifications
I aim to be the knight in shining armor with this post... For the last 5 days, I have worked 8 hours a day in order to solve why Xamarin was rejecting push notifications from external services such as...
View ArticleLoad a FileImageSource from an embedded resource
The XAML Button has an Image property which can be loaded with an image bundled with each OS version. This is not helpful for cross-platform development with hundreds of images. Can this image be...
View ArticleOpening solution in VS2015 results in project loading errors: Unknown Tools...
I receive an error for each project that's in my solution when I attempt to open my solution that was created in VS2015. For each project I receive the error: Unknown Tools Version '14.0' I am using...
View ArticleCan't download and open local PDF file on Android tablet device using Xamarin...
Hi, I am trying to write a test app in debug mode using the dependency service from Xamarin.forms to download a PDF file from the internet onto my app's special folder on my Lenovo Android tablet...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleCan you have dynamic cell heights with either the ListView or TableView views?
Can you have dynamic cell heights with either the ListView or TableView views?
View Article