To display Master Detail Page
Hi,anyone help me with the code for keeping master page blank and detail page with the content.Please help me with the code.
View Articleenable Location using OnProviderDisabled
Hi All, straight to the point i have application that check if gps enabled if not it will ask the user to go to settings and enable it but i am getting exception : Unhandled Exception:...
View ArticleXamarin Form Notification with FireBase
Hello Guys, Can any one tell me about xamarin form notification with firebase. I read out many blogs and tutorials, they are using xamarin.android. But i want to implement notification with xamarin...
View ArticleLet's talk performance
As we continue to release performance focused features and fixes, and build processes around performance, I want to have a thread dedicated to those items. Our public roadmap itemizes the feature work...
View ArticleInvisible & disabled ContentView blocks inputs on iOS
Hi, I use this ContentView to display feedback to the user <ContentView IsVisible="{Binding IsFeedBackVisible}" IsEnabled="{Binding IsFeedBackVisible}" BindingContext="{Binding Feedback}"...
View ArticleINavigation not working with Prism in Xamarin.Forms
I have decided to use prism with xamarin . found some articles to start with prism . I have installed 3 xamarin packages 1)Prism.Core 2)Prism.Forms 3)Prism.Unity.Forms and inherits App from...
View ArticleCrossMedia TakePhotoAsync is always returning null
I had this working at one point but unable to get to a working state again. My below code is always returning null and for the life of me I can't figure out why. using System; using Xamarin.Forms;...
View ArticleListview item event multiple events fired
I am using Listview with an observable collection. But I am getting weird behaviour when I am going from Navigation Page A -> B -> C -> B Page B listview datetemplate DATATEMPLATE...
View ArticleHow to resolve class path separator error when enable multi-dex on Android...
When I Enable Multi-Dex on the Android build of my XF app, the build fails with the following error message: Expecting class path separator ';' before...
View ArticleGetting Error MSB4018: The "CheckDuplicateJavaLibraries" task failed...
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Error MSB4018: The "CheckDuplicateJavaLibraries" task failed unexpectedly....
View ArticleListView ScrollTo is not scrolling correctly
Hi developers, I am using several ListView controls in my App, but the ScrollTo method is not working as aspected. When I call the method to scroll to the last item in the list, the ListView is always...
View ArticleTargeting .NET Standard
I read this article a while ago: https://blog.xamarin.com/net-standard-library-support-for-xamarin/ So, I converted all of our libraries from portable libraries to .NET Standard (1.4). I did this...
View ArticleBinding Text Value with Converter
Hello, I'm trying to pass a value from a Entry to a label and doing some maths in between. I'm using Binding with a Converter : <Entry x:Name="Number1" Keyboard="Numeric"/> <Label...
View ArticleGetting Error: java.lang.IllegalArgumentException: already added :...
Getting error "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Error: java.lang.IllegalArgumentException: already added :...
View ArticleHow to play mp3 player using xamarin.forms?
Hi , I am using MediaManager Plugin for playing mp3.and its works fine when i play individually using the below coding await...
View ArticleGetting all available country & their respective currency symbol in Xamarin...
Full .net framework is having this method link, Do we have something similar.
View ArticleOpen file using UIDocumentInteractionController
Hi all, I am working on Xamarin Forms application. The app currently downloads files from URL and save it in Documents directory of the phone. What I intend to achieve now is to view those downloaded...
View ArticleBack navigation page transition on Android when using FormsAppCompatActivity
I've been migrating an Android project from FormsApplicationActivity to FormsAppCompatActivity and (along with various other things that have needed fixing as a result) I am now seeing an odd effect...
View ArticleSVOTI IDCL for Xamarin.Forms Beta - XAML Interaction Pure and Simple
Hi There, I am happy to announce the beta release of SVOTI IDCL. SVOTI pronounced "Swotty" is the Interaction Definition and Control Language (IDCL) extension for XAML. SVOTI IDCL extends Xamarin.Forms...
View ArticleHide app-icon on all pages but the first one
Hi there! Right now I am using a CustomNavigationRenderer to hide the icon from the navigation bar on all pages. Is it somehow possible to show the icon on the first page, but hide it on all other...
View Article