Breakpoint is not hitting
Hi Team, In my xamarin studio breakpoint is not hitting even though I have done the below approaches. Please advise. Open the Project options Go to "Build -> Compiler -> General Options." Set...
View ArticleXamarin.Forms Splashscreen in Android
Hi, In Forms how to add SplashScreen to Android appliaction? Thanks in advance.
View ArticleHow to use sqlite in Xamarin.Forms?
I am new in Xamarin.form development so i need help to work with SQLite. Help Me
View Article[Material] TextInputLayout Renderer (Floating Labels)
Just thought I'd throw this out there. If you want floating labels on your Entry (as found here (by JamesMontemagno)), I've thrown together a custom renderer that extends Entry. note: this requires the...
View Articlefont size best practices?
I've been doing some R&D with Xamarin Forms for the past few days, basically trying to create a screen from a design we used for an iPhone app. For the most part, I can get things laid out where I...
View ArticleXamarin.Forms 1.5.1-pre2 Released
1.5.2-pre2 Notes Enhancements Bump dependencies to API 23 versions Bug Fixes Fix AssemblyFileVersion Fix AppCompat theming of button colors (no longer removes elevation) Fix XamlC errors with generic...
View ArticleCan't get location
Hi, I'm using Xamarin.Mobile to get the curernt location for the device. I have read the it does not work in the simulator. Now I have testet it on a device (IOS 9.1) But with no luck. The...
View ArticleAndroid ImageRenderer
Hi, I have the below code. I tried many way of doing it but basically it's like SetImageBitmap doesn't change the image once it's been displayed not matter if it's called again. I mean the first...
View ArticleHow can i enable bluetooth/GPS IN Xamarin forms?
Is there any way I can turn on bluetooth/gps via xamarin forms? Are there any samples?
View ArticleHow to center Label in RelativeLayout?
Hi, This question might be very simple, but how would you center a Label vertically in a RelativeLayout? Thanks
View ArticleIssue with iOS when adding a slider to a carousel page
I am trying to add a slider to a set of carousel pages but I have an issue with the slider on iOS. On iOS, when you touch the 'thumb' of the slider control to move the thumb and change the slider...
View ArticleXamarin.Forms 2.0.0.6482 Breaks the SearchBar Text and Placeholder Text on iOS
I updated my app in development to use Xamarin Forms 2.0 and the placeholder font for a SearchBar became darker and when typing, it is invisible. Here's some basic sample code to recreate the issue:...
View ArticleFind column index from TapRecogniser command on Grid
I have a Grid that has a TapRecogniser on and I would like to find what column was clicked when the user taps the Grid. I know that XLabs has a GridView that has an itemSelected command but the entire...
View ArticleNo plans to implement a visual designer for Xamarin.Forms (like Blend for XAML)
I had this e-mail today. I would like to share it with you who wait an UI designer for Xamarin Forms. Andrew Ditmer NOV 20, 2015 | 08:54AM EST Hi Volkan, While we will definitely be making improvements...
View ArticleCompile XAML to C#
Hi! What options do I have for compiling XAML to C# code? Unfortunately but InitializeComponent consumes too much time. I have managed to hack creating of new controls on different thread so that...
View ArticleXamarin Forms and Visual Studio
Hi, I am just getting started. I have Visual Studio 2013 and Visual Studio 2015 on my machine. With Visual Studio 2013 I see 4 projects created one is the Share Project, IOS project, Android project...
View ArticleForms.TextCell StyleId not being rendered on iOS - other StyleIds are
I am setting the StyleId on a TextCell and when I inspect it in a Repl window it does not get set. I can see other Ids being set for other controls. var introWalkthroughCell = new TextCell { Text =...
View ArticleListView refresh problems
Since last update I'm having some problems with listview refreshing. In some parts I use observable collections, these work flawless, but in others I use lists because the data changes integrally and...
View ArticleiOS - Forms - XAML : How do I set the width and height of a view ?(Label,...
In the xaml code below, how do I make Label and Entry occupy a certain width and height ? (in % of the screen or pixels) At the moment, the width of Entry depends on how long the text in Label is. More...
View ArticleError adding log4net to a Xamarin Forms solution
I get the following error when I try to add log4net from Nuget. Adding log4net... Adding 'log4net 2.0.4' to FiberChekMOBILE.iOS. Could not install package 'log4net 2.0.4'. You are trying to install...
View Article