What control to use?
Hi all This will probably be a simple question to answer. Collection of X where X has a property that's another collection. For example each object represents a day which has a collection property that...
View ArticleServiceStack.Client is not adding in Xamarin.Forms PCL project
Hello All, I am using Xamarin.Forms for my project. I will use ServiceStack client as my Web service is built on ServiceStack. I found ServiceStack library for Xamarin...
View ArticleXF 1.3.1 - has anybody Application.Current.Properties working on Android?
Hi all Since day’s now, I try to bring Application.Current.Properties (persistent store of properties) to work on all platforms. In my code, I have: protected override void OnStart() { if...
View ArticleUiSplitViewController
Hi guys, really excited about this new UI framework. What is the best way to implement a UISplitViewController on IPad? We are working on a new app and based on our current UI design it looks like I...
View Articlehow to make photo gallery using grid?
i want to make photo gallery on xamarin.forms using grid so how can i get that?
View ArticleHow to add Label on Image?
i have grid in which i have bound photos and i want to put a label on that table so i can show date on it..so how can i do that?
View ArticleAndroid custom PageRenderer
I have this in my iOS project to get Zxing working with Xamarin.Forms: [assembly: ExportRenderer(typeof(KleverLogic.FlashValet.Customer.Shared.Pages.ScannerPage),...
View ArticleiOS project crash in debug
On my iOS project, my app crash to start in debug , but in release it works. Xamarin Forms : 1.3 (Same problem in 1.3.1) Xamarin Forms Labs 2.0 My error : Exception has been thrown by the target of an...
View ArticleHow to get the screen position of visualElement in ListView?
I want to implement the popup dialog in a listview cell according to the Tap event. The tap event code is as following. My problem is I can't place the popup dialog in the right position of the clicked...
View ArticleHow to scroll to end in ScrollView
Hi, I miss the function to Scroll to the bottom of a ScrollView. Any ideas how to accomplish this? Thanks.
View ArticleDynamically Include Files
We are building an app that will have an online management component which will occasionally release new updates with updated data. Is there a way to include files dynamically so we can reference them?...
View ArticleAccessing interfaces in Mixed Mode
Hi, I have an exising iOS app, which i am doing a partial conversion to Xamarin Forms. On one of my form pages i have implemented an interface which i need to be able to get access to from the...
View ArticleHybridWebView with HtmlWebViewSource
Does anyone know how to use HybridWebView with HtmlWebViewSource?
View ArticlePeer-to-peer communication between Xamarin.Forms apps
With users typically having both a smartphone and a tablet, and now even having wearables, I am curious about which technologies can be used to have Xamarin.Forms apps on these different devices (iOS,...
View ArticleJenkins Build with NuGet Xamarin.Forms Package
We have had a successful automated build process with Xamarin using Jenkins that has been working historically. With the addition of NuGet and Xamarin.Forms being a NuGet package, what is the proper...
View ArticleMaster Detail - how to change detail ContentPage in code
Hello, I'm trying to build a slide menu in XAML using Master Detail Page. (see below) I would like to find out how I can best switch out Detail A and Detail B pages in the Master detail in my code? Any...
View ArticleHangs
Hi, I have this code to get location and address. And I added the packages Xamarin.Forms.Maps for the 3 projects (Shared, Android and iOS). using System; using Xamarin.Forms; using Xamarin.Forms.Maps;...
View ArticleWhich libray is 'StreamImagesourceHandler' in?
I see it is being used in many threads. But I am not able to find what lib it is in? API search is getting my only StreamImageSource class. Or is it deprecated? It is used by: By @JesseLiberty in...
View ArticleEditor custom renderer and imeoptions
Hi. I would like to add "Done" button to keyboard when, in Android, I use "Editor" control. I use, in the customrenderer, this code public class MyControlEditorRenderer: EditorRenderer { protected...
View Article