How to navigate to a page and reset the 'stack'
My app has a few introductory screens for first launch. Once the user gets through these, I want to transition the user to the "main screen" in a way where the back button will not take the user back...
View ArticleAnnouncement: NControl - Custom Controls for Xamarin.Forms
Just wanted to inform you all that I've just released a new library called NControl for Xamarin Forms that helps you write custom controls without the need for custom renderers. The library uses the...
View ArticleCleaning the Data from setting in Android my app get crashes
Whenever i install the app and go to the settings of the device and choose my app and clean the data from setting, And coming back to the app and run the application it getting crashes and my app did...
View ArticleCan't add Shared Project to References in Windows Phone 8.1
Hello, I'm trying to add a Windows Phone 8.1 project to my existing solution which contains a Shared Project. I'm also using Xamarin.Forms. But when I follow these steps, I get stuck at the step where...
View ArticleiOS and Android different behaviors for OnAppearing
Hello! I am running into an issue (one that I could probably resolve a different way, but I wanted to make sure this is an issue) where when OnAppearing gets called is different for Android and iOS. As...
View ArticleCoordinate units
Whenever in Xamarin.Forms I see size or corrdinates being set, it is not clear....are these numbers pixels, dip, px, ps or something else? Please, let me know
View ArticleCustom Entry control on Android
We're learning/working with Xamarin.Forms 1.3 and made a custom Android Entry renderer. We're trying to change the color of the bottom border and nothing seems to affect it. Here's what we tried:...
View ArticleCannot get libraries from incompatible component when upgrading from Xamarin...
From VS 2013 (Update 5) I am try to upgrade the Xamarin Forms component in our iOS and Android XamForms projects. I have tried the NuGet Package Manager selecting each of the Xamarin Forms projects and...
View ArticleNullReferenceException in PopModalAsync()
I'm trying to write an async method which should be called from a background thread. The method should open a modal page, read some input fields, close the modal page and return the read values. This...
View ArticleHow to show only bottom of entry in xamarin.forms
Hi can anyone help me with this.. with reference to this link http://forums.xamarin.com/discussion/29295/custom-entry-control-on-android i could able to change the border color of the entry but i just...
View ArticleUse Crosslight-Controls in Xamarin-Forms?
Hey, I was wondering if anyone of you knows if there is a way to get Crosslight-Controls working in a xamarin forms application? The crosslight "support" told me, that there is a way to use the...
View ArticleSelect Renderer for control
Hi! I would like to use different renderers related to one control. I am using such code: [assembly: ExportRenderer(typeof(ControlMono), typeof(ControlRenderer1))] and I hope I can write something like...
View ArticleAbsoluteLayout wrong AutoSize iOS
Hi! I have a minor problem with AbsoluteLayout AutoSize. I attached a screenshot. On Android there is no problem. Works as expected. On iOS there is a gap. The topBarLayout have bigger height. Any...
View ArticleProgressBar Samples
Hi, my ProgressBar is not correct error: Position 15:4. Property Content is null or is not IEnumerable
View ArticleXamarin iOS Notifications (Dependency Service)
Hi, I have a really weird problem, I hope you can help me. I am implementing notifications in a Xamarin.Forms project, working in both android and iOS platform. To do so, I have to use Dependency...
View ArticleI need to give an image and a label as a footer in splash screen in...
I need to give an image and a label as a footer in splash screen in xamarin.froms, how is it possible?
View ArticleAnimate adding/removing cells in a TableSection in iOS?
I have a simple tableview with a number of table sections, one of the sections has a SwitchCell that when toggled it adds/removes cells from another section. In the 'good ole days' of MT.Dialog I could...
View ArticleMasterDetail and navigationpage problem
Hi guys, I have a project with a masterdetail with menu. I followed this example https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ Well... ok, masterdetail and the...
View ArticleSame BoxView style multiple uses
I've created a simple BoxView which is really just a line across the width of the device in order to indicate different sections of my app: BoxView partition = new BoxView { HorizontalOptions =...
View ArticleHow to navigate from one page to another page in Xamarin.forms
How to navigate from one page to another page in Xamarin.Forms (I am using Xamarin.Forms Portable) for all project (Android, Windows, iOS). 1. with Query String 2. without Query String
View Article