How to send pending notifications (using CrossLocalNotifications) when the...
I am using CrossLocalNotifications to send scheduled notifications. But when the phone is rebooted, the notifications are not sent. How to handle this scenario?
View ArticleWhere are the XAML designer tools?
Years have past ;-) not really but I think this question has been asked many Times' before. The forms previewer crash all the time. It could be seen more of a compile:designer that breaks as soon as...
View ArticleHow to free memory used by Images in view content OutOfMemoryError
Hi, I'm using PCL and getting java OutOfMemoryError exceptions. The first time I create the view with a list of images, it works, but after coming back to the view and recreating the same list...
View ArticleShadows on SkiaSharp shape
I'm working with SkiaSharp shapes, and I can't put a shadow behind a shape. Does anyone have an idea how to get it done in xamarin.forms?
View ArticleXamarin.Forms Splashscreen in Android
Hi, In Forms how to add SplashScreen to Android appliaction? Thanks in advance.
View ArticleBehaviors in ControlTemplates
I have a ControlTemplate defined in App.xaml for pages with ListViews like so: <ControlTemplate x:Key="BaseModelListPageTemplate"> <StackLayout> <Label Text="{TemplateBinding...
View ArticleListview Group footer
Is there any possibility add a section footer for each group in a list view.
View Article[Xamarin.Forms][Android] Entry's width increasing - Bug ?
Hi, I am currently testing one of my company's applications with some older devices to checkout if everything is working correctly and I have an issue with the Entry's width. I am not sure if it's a...
View ArticleHow can I access the contacts in a Xamarin Forms app?
I am currently working in a Xamarin Forms app and I am searching for a plugin or a code snippet that allows me to access the contacts in the phone of the user. I want to be able to scroll navigate in...
View ArticleAdvanced Automation/Accessibility
Usually, when a navigation occurs, accessibility screen-reader software will read/focus the first element on the next page (possibly the header "back" button). How can I manually change the...
View ArticleWhen I am trying to bind a List item to a label its not showing up.Please help?
Xaml Page----- <Grid.ColumnDefinitions> </Grid.ColumnDefinitions> <Grid.RowDefinitions> </Grid.RowDefinitions> <Image x:Name="img_Ingrediants" Grid.Row="0" Grid.Column="0"...
View ArticleTarget '_GetRestoreTargetFrameworksOutput', not found
The following warning now appears when performing a build, rebuild or clean Warning: Target '_GetRestoreTargetFrameworksOutput', not found in the project (MyProject.Droid) I haven't had any luck on...
View ArticleIs there a way to render the Zxing ScannerPage in Xaml?
I'm using the MVVM approach to make a small scanner app. I have a startPage.Xaml with one button binded to a command in the viewModel that opens my scannerPage.Xaml On the scannerPage I have just a...
View ArticleGetting GPS coordinates without GeolocatorPlugin
Hi all! Is there a way to get GPS coordinates without GeolocatorPlugin? Thanks in advance.
View ArticleAdd custom logo in qr code xamarin forms
Hello, I want to add custom logo in the qr code in xamarin forms.Can you please help me out.
View ArticleNeed help with ExpandableListView
Hey I need help with ExpandableListView sample on GitHub by HoussemDellai (sry not allowed to post links) for a project in school as im not really good in coding at all. I try to build a ListView with...
View ArticleIs there any Compression Technique for Video, Audio,Images & Documents in...
I want to upload the audio, video and image files to the server. So I need to compress the files so it can easily be transported over the server. FFMpeg(3rd party tool) was an option, but it is not...
View ArticleOnDisappearing event fired in the first page of the NavigationPage stack.
Hi, I'm pretty new on xamarin form and I would like to understand why if I initialize my first page in the NaviagationPage also the event OnDisappearing is fired. That's my code in the app.cs file:...
View ArticleSystem.IO.FileNotFoundException error to build Android project in Xamarin.Forms
I am not able to build my Android project of Xamarin.Form. However, iOS project works fine. I have tried by remove all DLLs from Package and Bin folders but it doesn't work. Can anybody guide me?...
View Article