SyncFusion Datagrid not loading though i have referenced the dll in my...
Attached the screenshot of the error I'm facing, can anyone please help? Erro:System.TypeLoadException
View ArticleSyncFusion DLL for Datagrid not getting loaded.
System.TypeLoadException thrown.Attached the screenshot of the same.Can someone please help?
View ArticleHow to disable zoom in WebView
In my app (Android, iOS and Windows Phone) I have a Page with a WebView that loads content from a URL (an html page). The WebView takes all the space in my page and it's all working perfectly except...
View ArticleAmazon Fire Tv (Stick)
Hi All, I tried using Xamarin.Forms on the Amazon Fire Tv (Stick), unfortunately it didn't work. The problem is that it doesn't have an ActionBar, but the initialization tries to set it up, an simple...
View ArticleXamarin.Forms not found
Hi, I'm using the latest Xamarin studio on my macbook. I was working on a portable xamarin.forms project which gets data from a Rest API. However, at some random point Xamarin refuses to build the...
View ArticleXamarin.Forms Xaml to add icon image next to user name and password field
Does anyone know how to add an image next to a Text field used for data entry? I can't figure this out. I even tried to create an ImageCell. Here is my code. This code centers the icon image just above...
View ArticleHow are we to do global exception handling in Xamarin.Forms?
I've found the AdvancedLifecycleDemos for Android, and I'm thinking of converting it to some sort of cross platform implementation, but I'm wondering if someone has already done this? I haven't found...
View ArticleNew FormsAppCompatActivity is raising an exception in NavigationRenderer...
I'm upgrading my app to use FormsAppCompatActivity. Now in my custom renderer that's inheriting NavigationRenderer, I'm getting an exception when calling base.OnElementChanged: [MonoDroid] UNHANDLED...
View ArticleAdjust Width of Master on MasterDetailPage
I am using the MasterDetailPage for the NavigationDrawer on Android. Implementing the functionality has gone perfectly, however the width is too large and i would like to adjust it. I have tried to set...
View ArticleSticky header bar effect like Instagram (listview)
Something like this using Xamarin.Forms? https://github.com/rzee7/PRAPinnedListview
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleNeed some guidance, how can I communicate my Xamarin.droid to my Xamarin.form
This is what I'm trying to do, I want to create a navigation drawer in my Xamarin.droid using the materials designs, in which you can click an item and then it will take you to a xaml page inside my...
View ArticleAutosize font label
I have seen a custom approach to autosize the font of a label, but I am missing such a built-in feature. How do you others handle different font size on different systems / resolutions, please?
View ArticleHow to get an original image size?
Hi! I have the very basic case, but can't find elegant solution: need to know original image size for layout. But after loading an image to Image view I get -1 value for its width and height. Here's a...
View ArticleNullReferenceException with CustomRenderer in iPhone 4, iOS 7.1.2
The crash exception has: System.NullReferenceException: Object reference not set to an instance of an object at Xamarin.Forms.Platform.iOS.RendererFactory.GetRenderer (Xamarin.Forms.VisualElement view)...
View ArticleNew Video: FreshMvvm n=1 : Your first FreshMvvm Application
The next video in the series. http://www.michaelridland.com/xamarin/xamarinforms-mvvm-first-freshmvvm-application/ Please let me know what you think.
View ArticleHow to catch A geolocation error occured: PositionUnavailable?
I'm getting crashes with the unhandled exception "A geolocation error occured: PositionUnavailable" But the only place that I think I am calling anything geolocation related is the following: try {...
View ArticleHow to set Image source out of resources?
As I understood Image source must be inside the resources. what if my image is in different file location inside the device let's say "/storage/sdcard0/Android/data/FormsChallengs.Droid/test.jpg" How...
View ArticleAnyone got Parse pushes working in a XF Android app when app has been closed?
I have Parse pushes working for all states (foreground/background/closed) on iOS, but on Android it only works when the app is in the foreground or background. If I receive a push after the user has...
View Article