HotReload LiveReload LiveXaml [Mac] [Windows] [nuget package] [opensource]
Hi all I want to introduce a nuget package which allows reloading XAML views from Visual Studio on your running app. This package works for Mac too! https://github.com/AndreiMisiukevich/HotReload
View ArticleCustom control with content
Hello developers, I have this control: public static readonly BindableProperty TitleProperty = BindableProperty.Create(nameof(Title), typeof(string), typeof(FrameView), default(string)); public static...
View ArticleDownload file & read its content from One Drive-shared URL without...
My Xamarin Forms App need to download the file from a shared URL of One Drive. File is open to access to anyone(public), user need to download it and read its context. File can be .doc , .pdf , .csv etc.
View ArticleBuilding NuGet package for debugging in XF 3.6 and up
I run these commands to create the Nuget packages, then move them into my local nuget folder. `Go to the Xamarin.Forms folder in Powershell, then allow for all scripts to be run with this:...
View ArticleReleased event is not working properly for button and Image button
I need to change button image on press and release. I have added pressed event and release event to button. On press, image is changing But on release image is not changing. Does anyone know a solution...
View ArticleCrash in ScrollViewRenderer for Android in Xamarin forms app
Hi, Below is the crash log, does anyone know why its crashing in android. Working fine in iOS JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) System.ObjectDisposedException: Cannot access a...
View Articlecould not add Xamarin.Forms.Maps
hello, I can not install the nuget package of Xamarin.Forms.Maps in my .NET shared project error "could mot add Xamarin.Forms.Map"
View ArticleNuget - building XF 3.6 framework to a different version
When I build XF 3.6 for NuGet with: ./Build.ps1 -Target NugetPack I get : ======================================== _NuGetPack ======================================== Nuget Version: 3.6.0-3-6-0-0001...
View ArticleBuilding NuGet package for debugging in XF 3.6 and up
I run these commands to create the Nuget packages, then move them into my local nuget folder. `Go to the Xamarin.Forms folder in Powershell, then allow for all scripts to be run with this:...
View ArticleStrange permission issue when submitting an app to the App Store
I have created an app using XF and when submitting it to the App Store, I received an email that reads: Missing Purpose String in Info.plist File - Your app's code references one or more APIs that...
View ArticleGetting the following exception when trying to add service stack reference to...
Severity Code Description Project File Line Suppression State Error Could not install package 'ServiceStack.Text 5.5.0'. You are trying to install this package into a project that targets...
View ArticleCustom controls not working in ListView.HeaderTemplate
I have a list that has a custom control used in it, and it works great, but for some reason I can't use the control in the ListView.HeaderTemplate. I am passing in a Binding of ".", because if I don't...
View ArticleChange Formatting of Tabbed Page Title Text for iOS case
In the case of iOS the title text of Tabbed pages looks too small. Furthermore, the visual is different from device to the device. For e.g. in the case of iPhone X it is centered well, however, in the...
View ArticleJson array to Picker in Xamarin Forms
Hello, What Im trying to accomplish: scan the qr code -> get the data from the api -> display that in picker. For past 2 days Im trying to accomplish following thing: 1)Get json data from my api...
View ArticleCan only XAMARIN.Forms connection to SQLITE database without WebServices?
I connection the sqlite database by this way : FoodData database_Food; public static FoodData Database_Food { get { if (database_Food == null) { database_Food = new...
View ArticleWhy doesn't propertyChanged fire when the default value is null?
This is a formated version of this question as I cannot edit it I have this attached behavior: public enum TextType { Email, Phone, } public static class Validator { public static readonly...
View ArticleHow can I implement push notification in Xamarin forms
I am going to implement push notification for my Xamarin Forms project targeting IOS, Android and UWP. Is there any Nuget Package available for this feature? Or this feature requires platform-specific...
View ArticleDifferent background for each selection in a list
Hello, I am creating a list. I need each item in the list to have a different background color. With the code I'm using the background color is white. I'm not sure what I'm doing wrong. using...
View ArticleNo property, bindable property, or event found for 'Converter', or...
No property, bindable property, or event found for 'Converter', or mismatching type between value and property. There is my code: and controls:LabelIem code: #region RightText:右文字 public static...
View Article