IMobileServiceSyncTable PullAsync doesn't fill local sqlite local store
Hello, I have a problem using Xamarin.forms android app / Azure mobile app with EasyTables / Azure Sql server database. I implemented the offline database synchronisation using the code below :...
View ArticleRsource style.css not Found
Hi, i'm new in xamarin Forms and i'm developing my first App. I have an issue tryng to use Css StyleSheet. i have done a lot of test but i recive always the same error : Reosurce not found. My file...
View ArticleRsource style.css not Found
Hi, i'm new in xamarin Forms and i'm developing my first App. I have an issue tryng to use Css StyleSheet. i have done a lot of test but i recive always the same error : Reosurce not found. My file...
View ArticleIssue with MVVM and BindableProperties.
I'm very new to MVVM and Xamarin in general and I'm sure I'm going to ask a stupid question but still... One of my views is used right now to display (among other things) a clock that resided in a...
View ArticleCustom tool ResXFileCodeGenerator failed to produce an output for input file
Severity Code Description Project File Line Suppression State Error Custom tool ResXFileCodeGenerator failed to produce an output for input file 'Multilingual\AppMultilingualResource.he.resx' but did...
View ArticleBluetooth LE and WPF on Windows 10, using Xamarin.Forms. Can it be done?
First, I feel I should make my case for wanting to do this: We have a small company that wants to support an app that is on iOS, Android and WINDOWS. Currently, we have a couple of Xamarin.Forms apps...
View ArticleHow to put image in Sqlite database ?
Hi guys i created database in my Xamarin project , and I want to put images also in database,small icons ...How can I do that ? My database look like this Public class Person { public string Photo...
View ArticleXamarin Form Cross Platform App MySQL Database Connectivity Error
I am trying to connect my Xamarin Forms app to MySQL but getting an error. Steps I have followed 1. Create Xamarin Cross-Platform Mobile App in Visual Studio 15.8.5 using NetStandard. 2. Installed...
View ArticleActivity Indicator with HttpClient()
I found an article on this forum about a similar issue, but I can't seem to figure out what's wrong. I am able to get some JSON data from a URL and parse it, but I'm also trying to sync the data to an...
View ArticleWhat happened to MenuItems in SHell?
I have been using the last few previews of Forms 4 and had a nice Flyout section with selectable items created from a database followed by MenuItems for things such as settings, About etc. The release...
View ArticleHow to pass data from picker to email?
I'm new to Xamarin and i just can't wrap my head around the timepicker, datepicker or picker. I can get the functionality to work in the app i'm playing around with, but how do i pass that information...
View ArticleNeed Help Binding
Sorry for the noob question, this is just the first time I've encountered Binding. I've been using Xamarin for like 3 days. In my code behind, Binding Context is set to a class named "Character". The...
View ArticleHow do I rotate an image but have it remain within its container?
My previous post somehow got deleted/locked so I am reposting it...? I am trying to rotate an image but have it remain within the container, to solve it, i tried scaling the image based upon its width...
View ArticleWhat's the best way to display a bound list of items horizontally?
Right now I have a hard-coded ScrollView looking something like this as a sort of place holder in my XAML: <ScrollView Orientation="Horizontal" VerticalOptions="Fill"...
View ArticleCustom controls in Xamarin Previewer not showing
HI I'm trying to do something extremely simple that just isn't working and I can't find anything online to help. I've got an iOS project in Xamarin Forms and I'm trying to create a StackLayout with...
View ArticleUsing SignalR with Xamarin.Forms.
Hey there, I looked around for tutorials that show how to set up a Xamarin.Forms client app to connect to a signalR websockets server. I couldn't really find a concrete example so if you know of one,...
View ArticleSlider as an Audio player bar
Hello, I'm using Xamarin.Forms Slider class to create a seek bar with Android and iOS. It is already using DependencyService to seek native code for both platforms to play a sound file. I just want the...
View ArticleEFCore Model First: App crashes with [Key] Data annotation
Hi, for the past few days, I experience a crash of my app when EFCore generates a database from my models. This appears to only happen on a device, not on the emulator, and it appears to only happen if...
View ArticleXamlGTask and XamlFiles errors in targets STILL
Hi, I'm getting this error every 20-30 minutes. I'm now on XF 4.0.0.425677 and VS2019 Mac(8.0.8 build 2). I had this back on XF 3.4 and until now. If I delete build dirs and clear/refresh nuget it goes...
View Article