is it possible to desing UI in native project and the rest pf the code in PCL...
I am developing for Android and IOS and i want to ask which is the best approach to design the UI? there are not a lot of libraries that support UI in PCL project, and it seems better to design the UI...
View ArticleXamarin Forms Android Bottom Bar Navigation
Hi there, Just wondering if there is a plan in the future to introduce a bottom navigation bar that doesn't require custom renderers especially since it's in the latest material design guidelines? Like...
View ArticleHow to set Datepicker default index is string value
Hi every one, I want to show datepicker default index value is string but I am not able to do that. Please suggest any idea. Thanks in advance. I want to show picker like this:
View ArticleTo 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 ArticleHow to insert PDF file in contentPage using Xamarin.Forms
Creating an Xamarin. Forms static application. So I want to add PDF file in contentPage . Please help me how to add PDF .
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 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 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 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 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 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 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 ArticleGetting all available country & their respective currency symbol in Xamarin...
Full .net framework is having this method link, Do we have something similar.
View Article