iOS 9 SplitView Multitasking
Do Forms apps on iOS 9 Support the new split view? Do you have to do anything to take advantage of them? I've searched but haven't found any discussion of this.
View ArticleHow to write a custom IMarkupExtension that can calculate reference values?
I've got a control on screen that needs a relative layout that has a Constant that needs to be calculated. So My XConstraint looks like this. RelativeLayout.XConstraint="{ConstraintExpression...
View ArticleA sample project using Camera control (MediaPicker) of XLabs
Here is the link to .zip of a sample project for using Camera control of XLabs. It's named XPA_PickMedia_XLabs_XFP. XPA stands for 'Cross Platform App' and XFP stands for 'Xamarin Forms PCL'. In my app...
View Articleresource not found in android
I'm getting this error in Android using Xamarin Forms. This exact same code works in a new project when I copy the code. It also works on iOS. In the error message Its trying to find what happens to be...
View ArticleNested pages
Hi everyone, is it possible (in XAML) to first have ContentPage as a type of page and within it to have defined Grid rows and to place MasterDetailPage in particular Grid row? Since I want to do some...
View ArticleStrange digits in Windows 8.1 application
Hello, Could you comment please, why we have flickering digits in some areas of the Windows 8.1 application page? See screenshots for details. Regards, Aleksandrs
View ArticleShareActionProvider on Android [v7.Widget.ShareActionProvider]
Hey Guys. Now that we have AppCompat support I'm curious if someone got the ShareActionProvider to work. I tried to follow this BlogPost but it is not getting displayed. Maybe someone knows how to get...
View ArticleUI Thread error calling a dependency service (iOS, PhotoKit) AFTER update to...
Hi all, I don't know if I did it wrong, but before updating to iOS 9.1 I was able to call a dependency service (using the PhotoKit) for iOS like this: CameraRollResult cameraRollResult = await Task.Run...
View Article"Could not install package Xamarin.Forms" when creating a new blank...
Hello, When creating a new blank Xamarin.Forms project (either using VisualStudio or XamarinStudio) I get the error "Could not install package Xamarin.Forms " "Xamarin.Forms.13.3.6323 : Could not...
View ArticleiOS ListViewRenderer Multiple Selection Edit Mode
Hello, I'm working on a custom ListView to allow multiple selection of cells using ViewCell DataTemplate: var editing = view.IsMultipleSelecting; // from CustomListView control.AllowsMultipleSelection...
View ArticleXAML Layout moves when I press a button?
I am building a xaml layout in Xamarin for my mobile app. I have written the following code. The layout, as you can see from the following images, is aligning the labels off the page and there are...
View ArticleHow to make custom form dialog ???
How to make custom form dialog ??? just like MZFormSheetPresentationController I use the RelativeLayout but it's not make the effect..... please give me some help...
View ArticleHow to create menu bar in XAML ?
i am still new in xamarin.forms so i am tryng to create the menu bar from xaml. any idea please!!!!!!
View ArticleXamarin Evolve 2014 App GitHub
I wanted to study some features that are on Xamarin Evolve App, but I could not find the project at GitHub. Is it possible to to get the codes of the app?
View ArticleAuto Complete using Xamarin Forms in C#
Hi, I am trying to create a AutoComplete Text Entry using Xamarin Forms. Can anybody help me in creating a custom renderer for the auto complete text field in C#. I am using MVVM concept.
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleHow to port from xamarin forms android to ios
I have successfully created and coded up an Android "Forms" App (Developed on Xamarin Studio on Windows) and now need to port everything to an equivalent IOS app. I have downloaded all the tools to my...
View ArticleResetting Navigation stack
I have flow in my app where you create a new listing, once created (after 4 pages of data entry) it takes you to the Listing Detail page, is it possible to clear the navigation stack once on the...
View ArticleEditor slowly scrolling up with keyboard when focused. IOS
When I updated to Xamarin.Forms 1.5.1.6471 I noticed that whenever I put focus on an Editor that is within a scrollview the Editor control will very slowly crawl into position above the keyboard as...
View ArticleXamlSamples doesn't compile w/Xamarin Studio & iOS
When I attempt to compile XamlSamples I get the following compiler error: AppDelegate.cs(20,37): error CS0234: The type or namespace name `App' does not exist in the namespace `XamlSamples'. Are you...
View Article