The error displaying ViewCell in Android.
Xaml cell: xmlns:ffimageloading="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms" xmlns:xamarinLibrary="clr-namespace:XamarinLibrary;assembly=XamarinLibraryNS"...
View ArticleResponsive UI, Ripple animation, ImageButton, Tapable layout etc.
Hi all, Responsive UI in xamarin forms - there is an easy way to achieve it! On touch you can change: Background image Background color (animated or not) Opacity (animated or not) Scale (animated or...
View ArticleWorking with disk space info in forms.
Hello guys! Is there any forms library that allows us to work with disc space stats? Like available disk space, used disk space etc. Thanks!
View ArticlePageRenderer in iOS not working
Hi all, I try to use custom renderer for a page in iOS but it did not work. Even ViewDidLoad is not called. Anyone got idea? Here is the sample. Please focus on the iOS version.
View ArticleTouchView | TouchImage | TouchFadeView | TouchColorView package
Hi all, let me introduce new plugin for Xamarin.Forms development. https://github.com/AndreiMisiukevich/TouchEffect This plugin allows developers to create UI-responsive controls/layouts with touch...
View ArticleHow To access To parameters of the device
Hi everyone, How To redirect To this type of page ? Thx
View ArticleHow to animate a Frame resizing based on content visibility
I have a 'data table' for a weeks data but initially, it shows the last 3 days. When tapped on it will expand out to the full week. I've wired up a tap gesture to the Frame that holds the data table...
View ArticleXamarin Forms NuGet
Hi All, We are creating .NET Standard project in Xamarin Forms , and we uninstall the Xamarin Forms NuGet in ios,uwp and android project (only installed in pcl alone). Even then we are able access the...
View ArticleIssue using Acr.UserDialogs Nuget
Hi, I am trying to use this: github.com/aritchie/userdialogs in my Xamarin project but I am facing a problem where when i put the UserDialogs.Init(this); in the MainActivity.cs I get an error saying...
View ArticleHow to get sharing PDF file's path and open that in our Xamarin App ?
There is a problem I couldn't solve for a long time. I want to get a PDF file's path with the share button from another application to my application which I created with xamarin. I have tried...
View Articlecan we customize the height and width of map callout in xmarin.forms
here is the formatted String which i am binding to callout but i am able to see only some contents of my string in callout private async void WebMapView_GeoViewTapped(object sender,...
View ArticleHow to resolve system.URIException while authenticating via google using...
l am getting the error in the title and after some research l feel it has something to do with my redirctURI. Can some please help as l have been trying to authenticate using google for 2 days now.
View Article[Android]Java.Lang.ArrayIndexOutOfBoundsException thrown when using the...
Hi, I am trying to run the custom library in VS 2019 Mac with Android version 7.1 but i am getting the following exception. Please suggest me how to resolve this. My code: TypedArray styledAttrs =...
View ArticleGoogle Map alternatives?
Is there any alternative to Xamarin.Forms.Maps and Google Maps in Xamarin. Is it possible to use OSM or HereMaps in Xamarin.Forms. I llooked around but couldn't find any solution.
View ArticleChanging Background and Overflow Icon color in xamarin forms
In my project my toolbar default background color is white and font & overflow icon color is black. How Can I change that?
View ArticleTrust anchor for certification path not found.
Hi there, I'm currently developing an app where (working with a third party) I make calls to their web service. As part of this, I make a HttpClient (initialised with a new...
View ArticleSaving image from List
Hi xamarin forum, How can I save my multiple images from listview or list to database
View Article[Shell] Shell and TabbedPage
Hi guys, I'm new to Xamarin.Forms application development and decided to get started with the new Shell component. I understand how routing works and how to navigate between pages but I want to...
View ArticleDownload speed radically change depending on function used
Hello, We have a problem with the speed of our downloads. And depending on method, it can go 20x faster/slower. The slow method is HttpContent.ReadAsStreamAsync(). We use this method so we can make a...
View Article