any examples for spotlight search in xamarin forms?
any examples for spotlight search in xamarin forms?
View ArticleSystem.NullReferenceException at...
Immediate crash after application begins "WorkingWithMaps" and "MobileCRM" from https://github.com/xamarin/xamarin-forms-samples (both use Maps) Host system is Windows 8.1 Tried in Nexus 10 KitKat,...
View ArticleAfter updated xamarin forms, getting issue when open the visual studio
Dear, We have updated xamarin studio(4.0) and core packages ,after updated we are facing issue ,while build the solution visual studio got struck. After we updated the visual studio(updated to 5) also...
View ArticleSearching for Rating Bar implemetation using xamarin forms PCL
Hi , I wanted to add star rating type control to my Xamarin forms PCL application. I searched for the same but the control is not available directly in XAML. Tried implementing it using dependency...
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 Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleAndroid TabbedPage Appcompat-v7 - Unable to find resource ID #0x1
Anybody else getting the same exception when rotating an Android Device using the new Appcompat library? Im getting an Android.Content.Res.Resources.+NotFoundException with description: Unable to find...
View Article[UWP] CaptureElement only displays content after resize
I have a universal Windows app that uses a captureelement to display a camera stream (I set the CaptureElement in a custom renderer vor a View). The thing is, that the stream is only displayed after I...
View Articlequestion
Does anybody have an example of working with scanned documents in Xamarin ? I mean If I have such a one I would like to work with it like obtaining values of all filelds , sum up those values etc ?...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleHow to adjust comportment of StackLayout and its contents?
Hello, I need to "port" a web application on Xamarin for a customer. As this is my first Xamarin.Forms application, I ask me a lot of questions about the design. If I base on the web app, the screen is...
View ArticleMVVM Pattern without XAML and Fody in Xamarin?
Hello everyone, i would like to know about MVVM pattern without XAML, i dont feel corfortable using XAML, so you guys have experience with MVVM without XAML? i found only this tutorial:...
View ArticleHow to get device token from PCL for Android and IOS?
Hi, I was implementing mobile application using xamarin.forms. In this project I need to get device token for IOS and Android applications and store it into the parse.com, installations class, to send...
View ArticleCustom renderer for picker in WP
Hey, Some updates ago this stopped working (it used to work): if (Control != null) { Control.Foreground = new System.Windows.Media.SolidColorBrush(System.Windows.Media.Colors.Black); } Because...
View ArticleHow to swipe between tabs in tabbed page?
Hi, I need to swipe the tabs in tabbed page. i tried the following link http://smartmobidevice.blogspot.in/2015/02/xamarinforms-tabbedpage-and-swipe.html?showComment=1449038163662#c6374378481916884886...
View ArticleSome code happen in Xamarin.Forms.Map.Position class.
Currently, we just updated our xamarin.forms version to 2.0.0.6484. Suddenly, our all map related page was not working correctly. After few hours inspection, We just found some code happen in the...
View ArticleGorilla Player - Instant XAML Preview for Xamarin.Forms :)
Hi everybody! While we were working on Grial UI Kit we felt the need to improve our design cycles as much as we can. And that was when we started looking for something that could really speed up our...
View ArticleRemove Child element in Grid
I have a XAML grid in which a child dynamically generate. Then I need to remove that child item. In the collection of children it is the index 6 I try to myGrid.Children.RemoveAt(6); But I get this...
View ArticleUsing Xamarin.Forms.Maps for offline use?
Hello Is it possible to use Xamarin.forms.maps for offline use? and if it is, any documentation on it? Else if I wanna add OsmSharp to Xamarin.forms, how do i make custom renderer, that renders Map...
View ArticlePCL: How to convert local image file to base64 string?
Hello, I need to convert local image file to base64 string. Exist some Xamarin.Forms class to perform this operation? thank you Esteban Lombardo
View Article