How 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 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 can i set "x:Name" (Name) in code behind?
My App creates dynamically a lot of Xamarin.Forms.Entry List LstEntry= new List (); foreach (FormSubTypeParameterDTO fsubTypeParameters in formSubTypeParameterDTO) { ParameterDTO parameterDTO =...
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 shitty 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 shitty code happen in...
View ArticleCustom ViewCell after xamarin forms 2.0 upgrade have breaking changes in...
Dear All, I've attached a fairely simple. drilled down version of our app. What you will see in it is that I've a simple Forms app consisting of 2 pages. My first page just has a button to navigate to...
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 ArticleOrigins of cannot resolve dependency on WP8?
Hi guys, I'd like a general explanation of a problem that's been bugging me since I started using XF... I get that the dreaded error "Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8,...
View ArticleAfter Updating Xamarin Forms to 2.0 All Conrols getting error like the...
After Updating Xamarin Forms to 2.0 All Conrols getting error like the control does not exist in the current context due to initial component also getting same error.
View ArticleListView is slow to load, any performance guidelines?
Hi I am using a basic Listview in forms with hard coded data in a list. When navigating to the page which contains the listview, it takes a nice 1-2 seconds to load. Any specific reason why this is...
View ArticleLinkAssemblies error
Hello, i have a error in Release mode wean i create Archive for Publishing i Debuger work great: C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(5,5): Error MSB4018: The...
View ArticleAuthorizing Xamarin PCL app with Azure Active Directory
Hi, I am developing a Xamarin PCL app using Xamarin.Forms and have a requirement to log in to it through Azure Active Directory. I have tried to achieve this by using Xamarin.Auth, however it seems...
View ArticleTabbed Page with tabs from ViewModel
I have a tabbed page that is loaded after another page and the tabs can be different based upon context from the previous page. I am trying to follow MVVM and the only thing that is in the code behind...
View Articlerevert item cell while using xamarin context action in listview viewcell
Hi, I am using context action in listview to delete item on left swipe.While i am opening one item cell and switching to another item cell without closing first one, it is not closing first opened item...
View ArticleXamarin forms Scrollview Scrolled finished/ending how to know
Hey. I am trying to find a way, to know when a scrollview is not scolling anymore, so after the scoll is stopped, i can call ScrollView.ScrollToAsync, to position the element, that is closet to the...
View Articleintegrating PCL with Xamarin.Form and Andoird app that uses...
Hi I am using Xamarin.Form the last available version in Nuget to creating an application and in my Android part i use Xamarin.Android.Support.v4.21.0.3.0 ut when i want to compile my project it shows...
View Article