How 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 Articlelist view button image change in load
Hi friends , in my app i have a cart option, items are adding to cart is from a list view , also cart is other list view. While i add item to cart the i can change the image. Initially the button image...
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 ArticleLiveCode now supports Xamarin Forms (XAML soon)
If you write your Xamarin Forms UIs using code, then I think you'll really enjoy my LiveCode IDE Extension for Xamarin Studio. It is now able to display any Page derived class and updates that display...
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 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 Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
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 ArticleCouldn't connect to logcat, GetProcessId returned: 0
Android application is debugging. Couldn't connect to logcat, GetProcessId returned: 0 Why i see the above when i try to debug the solution (Xamarin.Forms Portable) to my android phone. I tried 1)...
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 ArticleUpdate to Xamarin Forms 1.5 and Xamarin.iOS for iOS 9 breaks SignalR Client...
Hi, I have a PCL 4.5 - Profile 7 Xamarin.Forms project that uses the Microsoft.AspNet.SignalR.Client NuGet package (in the shared DLL project, not the device-specific projects). It doesn't do anything...
View Article