Changing the UI localisation within an app.
Hi, I have a localised app running for forms (I've effectively used the example from the xamarin website). What I'm trying to do is alter the UI language from a picker. While the code works, the...
View ArticleChange Referenced Assembly (.dll) Name
Hello, I'm Having an issue using diferentes assemblies with the same names. I need to use both of them but cant because the namespace has the same name. I saw that a solution could be external alias...
View ArticleComponent for showing image
Hi, I wonder if there is any component for full-screen image display, by clicking on the picture to show it in full screen, like on the Facebook app. Thanks!
View ArticleListView - jump list without group headers
Hello, We want a jump list on our list view, but no group headers. Is there any way this is possible? I am using grouping to get the jump list, but can't figure out how to hide / suppress the group...
View Article3D rendering performance : Xamarin.Forms with OpenGL/TK vs. three.js with WebGL
Hi, Is there any difference regarding 3D rendering performance to be expected between an application developed with Xamarin + OpenGL/Open TK, compared with a java-script application using...
View ArticleMasterDetailPage IsPresented is completely ignored.
Two issues: (1) If I set IsPresented = true on the OnAppearing() method of my MasterDetailPage, the Master menu is shown and then is immediately closed automatically. A video showing the Master closing...
View ArticleXamarin forms fill animation for page
We need to animate a page ie where on tapping an information button - The page flips to show backside with information - like apple widgets or Google now Cards. Can anybody please point us to any...
View ArticleIs there a way to dismiss Page.DisplayAlert() on background xamarin.forms app?
In regular android you'd save off the dialog and close it on home button pressing. But you're not given a dialog object you can dismiss in Forms. Is there some mechanism to close the dialog after the...
View ArticleXamarin.Forms.Entry FontFamily property
I've got a Xamarin.Forms project in which I'm trying to use an Entry and set its FontFamily in XAML. I keep getting a XAML exception about the FontFamily property not existing. I'm working in Xamarin...
View Article'Random' Crashing of Xamarin form Android App
I am getting a crash of "Unfortunately, App has stopped' at seemingly random times. This seems to happen when navigating away from a form. So I might have Page A, Page B and Page C. A normal user...
View ArticleSystem.Collections.Concurrent
I need to use a thread safe List. I was hoping to use the BlockingCollection in System.Collections.Concurrent but it does not seem to be available in Xamarin Forms PCL (targeting 4.5, iOS, Android...
View ArticleWaiting on an event asynchronously
Hi Forms experts, I've seen it's sort of possible to wait on events asynchronously with C# -- https://msdn.microsoft.com/en-us/library/hh873178(v=vs.110).aspx (note that the link is not being...
View ArticleProblem in Xamarin.Forms Ios app
Hi Guys, I'm facing problem with Xamarin.Forms Ios App.I'm getting this error. Can any one help to get out of this issue. System.Exception: Could not initialize an instance of the type...
View ArticleXF ListView custom renderer
Hi, I am following the sample of Xamarin.Forms Listview custom renderer - https://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/listview/ It is working fine if I bind the...
View ArticleXamarin.Forms iOS UIKit.UIImage Error
I've been working with making a mobile app using Xamarin.Forms. I have everything working on android, but when I try to launch on iOS I get the error: System.Exception: Could not initialize an instance...
View ArticleUse a iOS Imageset inside a XAML view file (PCL-Project)
Hello, I am trying to use in the iOS-Project instead of a normal BundleResource PNG-file a Imageset with more resolutions. In the moment I have a PCL-Project as shared platform between Android and iOS....
View ArticleSystem.ArgumentException: 'jobject' must not be IntPtr.Zero
Suddenly this is all I'm getting. I've narrowed it to a navigation call, whenever I call App.Current.MainPage = somePage;, or returning from background. I was in heavy development and navigation was...
View ArticleOnScroll event in ScrollView
Anyone know if there is a way to hook into the scroll event in ScrollViews? I want to add infinite scroll to a ListView, but without any way of knowing when the user reaches, or getting closer to, the...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticleHow to add checkbox control in XAML
Hi, I want to add Checkbox control in Xaml page. I added below code in .Xaml page. <CheckBox Margin="10, 10, 3, 3" Name="acceptPolicy" Content = "Accept our policy" FontSize="12"...
View Article