How to get Object in Custom CellView ?
Hi guys i display a list of Object like this : And i display value like this on my xaml CellView : I just want to recover my object on my code Behind CellView to interact with it it try this : But...
View ArticleXamarin.Forms and Xamarin.Android files access question
Recently i have been trying to figure a way to get 2 files with heavily typed datasets, and two web references that work perfectly fine in Xamarin.Android, i was able to call them and access their...
View ArticleHow to not show separator/divider row between rows in a ListView()
Hi, I'm using Xamarin forms to show a ListView(), everything is working fine, but I cannot find out a solution to not show separator/divider row between rows in my ListView. Someone knows how to fix...
View ArticleListView separator full width iOS
Hi! Its possible to get a full width separator in iOS? I implemented a custom renderer but not solved. When I debug CellLayoutMarginsFollowReadableWidth, its already false....
View ArticleAugmented Reality / Unity 3D
Hello, since apparently there is no good way to create augmented reality with xamarin forms at least running .net standard 2.0, is there a way I can create content in unity 3D and make some sort of...
View ArticleRelease mode of android crashes without Shared runtime selected
Hi all, I am having a very confusing issue with the Android app build in Xamarin.Forms. When I deploy app in debug mode on my device, everything is fine. But when I switch to release, app crashes on...
View ArticleXamarin Forms: Push notification is not receiving to ios device
I have done the following things: Created a project in FCM console and added ios project into it. Downloaded the GoogleService-Info.plist and added it to the xamarin forms ios project directory and set...
View ArticleReloading data using PopAsync in Xamarin.Forms shell
Good morning, we would like to extract the currently active view out of the shell. We are using Xamarin.Forms 4.0.0.540366 as it is the latest stable version. The exact situation is that we have two...
View ArticleUnable to write on SD card
Hi, I can't write or simply move a file stored on SD card. I have no exceptions reading/writing files on the phone storage reading files on the SD card Certainly the permssions are present in the...
View Article'C:\Program' is not recognized as an internal or external command, operable...
Hi' I'm new to xamarin forms. I'm getting this error " 'C:\Program' is not recognized as an internal or external command, operable program or batch file." when I try to run the android emulater. Any...
View ArticleHow to connect a xamarin cross plateform app with an api asp.net?? to used a...
Hi sorry for my ENGLISH, please i create yet an web asp.net api project and a xamarin forms app. And i am troubling. And i dont know what do exactly****
View ArticleHow to Get full File Path of Image and Upload it to server
Hello, I am following https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/dependency-service/photo-picker/ this link to upload image. I am able to select and display it. but i...
View ArticleHow to pick multi picture from Gallery?
Hi, I have search a lot on internet about this! I have follow XamGirl The plugin for iOS is not support I have try XamBoy But when running not thing happened. When I try download his sample it's...
View ArticleWhat is support like for MacOS in Xamarin.Forms?
I know MacOS support was in Preview status for Xamarin.Forms 2 years ago, what is the status now is it now Production or still Preview? Does anyone out there use Xamarin.Forms to build and ship MacOS...
View ArticleLoad Image form byte[] array.
Hi, there is the posibility to load in the Xamarin.Forms Image an Image from a byte[] array? Thanks
View ArticleGoogle sign in not working in Android
I have implemented native Google sign-in into one of my Xamarin Forms project using page renderer for Android. Till now its working fine but now it isn't. I used GoogleSignInOptions class. In Activity...
View ArticleTabbedPage - How to get PlayStore color effect
Hello, in my app I have 4 tabbed pages, each pages has different background color. I'd like to get an effect like the one is present in PlayStore, both on iOS and on Android Does anyone have any...
View ArticleSwipeGestureRecognizer not working
Perhaps I'm not understanding how to implement? see repo here: https://github.com/InquisitorJax/Xamarin-Forms-Shell sample code <Grid> <StackLayout Margin="10,0,10,20"> <!-- Place new...
View ArticleAndroid, Page.DisplayActionSheet, need more text room!
So I display an action sheet on iOS and Android in my app, giving the user various options for how to proceed. I use the Action Sheet because the choice is not binary, as an Alert would do. However,...
View ArticleIterative Try-Catch block?
I'm trying to parse data from a webpage (no API unfortunately) using _XPath _through _HTMLAgilityPack _but I'm having an issue. Right now my code looks like something like this (simplified): Character...
View Article