which is best for Cross platform app either xamarin studio or visual studio
I am trying to develop cross platform mobile app (Android, IOS, Windows)... which one is best either xamarin studio or visual studio???
View ArticleWindows10 64 bit crash on startup
We're trying to build our app for Windows 10 64 bit (it works on 32 bit). Get this exception at startup in MainPage() when we try to instantiate the app (xxx.App app = new xxx.App()) Message =...
View ArticleVS 2015 Errors on sample projects
Hi there, Hope someone can help me. I'm checking out the xamarin-form samples on github. On most projects i get the following 2 errors : Error Build action 'EmbeddedResource' is not supported by one or...
View ArticlePassing and consuming Command's to a ViewCellRenderer with centralised...
Hi All, I am new to Xamarin and have recently started my first project which is a conversion of an app originally written for Android. I was faced with the prospect of converting to IOS and then...
View ArticleLabel binding only works the first time I set it (?!)
Feels like every trivial task I try to accomplish with Xamarin lately turns out to be a huge time sink. I'm binding to a Label and I'm able to update it through the binding but only the first time. All...
View ArticleAndroid project shows error after updating to Xamarin.Forms 2.0.0.6490
Error Message: Severity Code Description Project File Line Suppression State Error Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleNavigationPage + TabbedPage(more than 5 tab pages) issue on iOS.
I have an app with more than 5 tab pages, so the extra ones go under the "More..." tab on iOS. There are 3 problems: 1. The top content is covered by the top menu on tab pages which are in the...
View ArticleConsume soap web service with Xamarin.Forms
Hello, I'm using Xamarin Studio on Windows to make an Android app(Portable Xamarin.Forms project). I'm trying to consume a web service using the guide at this page:...
View ArticleStrange error on iOS 9 XF 1.5
Same times, usually when the iPhone have no internet, my app crashes and the message in the debug output is this: 2015-09-24 15:09:39.950 UseallE2ComercialAVMobileiOS[2556:735137] ** -[UIApplication...
View ArticleHow to write a custom renderer for Frame in Android?
Hi all, could somebody point me to how to write custom renderer for Frame in Android?
View ArticleHow to make a sliding panel in XAML
Hi, I try to make a sliding panel like this one : http://www.redbitdev.com/wp-content/uploads/2015/04/panel-animation-wp.gif (but without animations) in XAML. Did somebody has already done something...
View ArticleIs it possible to inflate a View from XAML?
I would like to create the XAML file for a View and use it in different pages. In native Android I'd do it this way: LayoutInflater inflater =...
View ArticleUsing ElementName on Binding gives me an error
Hi, I'm using Xamarin.Forms.Behaviors and i'm trying to pass through the CommandParameter the SelectedItem to my ViewModel using RelayCommand, but always get an error saying:...
View ArticleHow to Change the display alert background & fore ground color and Needs to...
How to Change the display alert background color & fore ground color and Needs to add an Icon in the alert in xamarin forms, Now It's displaying in black color like following Thanks Rk.Moorthy
View ArticleWindows Phone Back Button Navigation
Hi, So in my Windows Project I have the Hardware Back Button pressed code void HardwareButtons_BackPressed(object sender, BackPressedEventArgs e) { if (OnPageMenu == false) { e.Handled = true; } else {...
View ArticleCustom ButtonRenderer not called when my Activity inherits from...
My Custom ButtonRenderer does not get called since my Activity inherits from FormsAppCompatActivity instead of FormsApplicationActivity Is this a known issue? My custom renderer: [assembly:...
View ArticleGoogle Map is Showing a blank screen in Android
Hi i am new to Xamarin. I created a map using the following link http://developer.xamarin.com/guides/android/platform_features/maps_and_location/maps/part_2_-_maps_api/ i followed all the procedures...
View ArticleWeb Views on Xamarin.Forms Windows
Hi, I have a WebView which I use on my cross platform app and it looks fine, but on Windows the web views are smaller and scaled down and when I have a full screen web view it doesn't work. Does anyone...
View ArticleUpload Image/Video Windows Phone Xamarin.Forms Sample
Hi, Has anyone used uploading an Image or Video from phone pictures through Xamarin.Forms Windows 8.1 before? Thanks
View ArticleChanging Font Family not reflecting
I want to change Label's FontFamily. Below is my code: titleLabel.FontFamily = "SF Hollywood Hills"; But its not reflecting in the app. Is it possible to change FontFamily in Forms? Also what default...
View Article