Name clash when overriding methods in FloatingActionButton.Behavior
Hi Folks I'm implementing a FAB in my application using the support design library and following this guide to add the disappearing/reappearing when scrolling behaviour. I've converted the...
View ArticleSQLite-net-pcl - duplicate column name: objectId
I recently moved across to SQLite-net due to it supporting the new changes in Android 7.0 but it's bringing me major issues. I think it's related to linkers but not too sure how to handle the problem....
View ArticleLong running task, SQLite and updating UI
In my Xamarin Forms app, I have some database insertions which take a while to run, I allowed progress to be shown with a count of how many "records" had been inserted compared to the total. To allow...
View ArticleXAML compilation at assembly level cause debugger break point not fire
Hi, Recently I enabled the XAML compilation for my Xamarin Forms project at assembly level by follow the guide described in https://developer.xamarin.com/guides/xamarin-forms/xaml/xamlc/ using...
View ArticleHow to build an IPA/ZIP for app store?
I got developer account from apple, I have set up one distribution profile in Connect. I'm trying to build an IPA or ZIP file from VS2015 for app store release. However, I'm keep getting following...
View ArticleOfficial XAML controls overview/documentation wanted
I am currently working on creating an iOS app using Xamarin Forms with XAML. As an extra, I am at the same time trying to run my UI code on an Android device (however, this is only a secondary priority...
View ArticleVisual Studio 2017 basic tutorial?
I am brand new to Xamarin - I would like a basic tutorial on how to create a project using VS 2017 RC (not VS2015 etc) My specific question is how do add a reference from the Xamarin.Forms project to...
View ArticleYour assemblies are out-of-sync with installed Xamarin.Android version
Hi, in order to make support library show me the elements in design preview i´ve updated xamarin to latest version. Now it behaves wierd. Designer showes me preview just for the first time and displays...
View ArticleHow to Set Default Notification, Ringtone and Alarm tone Set.
I use Local notification in xamarin ios but i dont understand how to set Default Ringtone, Default Alarm and Default Notification. Plz Help me.
View ArticleNavigation.PushAsync not rendering view
I have an app that uses the Navigation. The main page loads fine with the nav bar. When I try to push a new page to the navigation stack, it runs the code behind of the new page, but never renders the...
View ArticleNeed to save checkbox state in a custom adapter listview
i have DialogFragment contians listview have check box and text view i want saved state of checkBox after checked i do that saved the states in ISharedPreferencesbut it not worked What is problem ??...
View ArticleHow to create UserControlin Xamarin.Forms
Hi I want to crate a User Control (thats the name in WPF and Silverlight). I want to point out that I don't want to write a platform specific control. I want to build a reusable control, including some...
View ArticleCan't deploy to Android: HRESULT E_FAIL has been returned from a call to a...
I can no longer deploy to Android, and I'm not entirely sure what triggered it. I can build for Android, and I can build & deploy for iOS and UWP. I get the following deployment error (and...
View Articlehow to clickable in child items in expandable listview in xamarin android?
how to clickable in child items in expandable listview?
View ArticleCocosSharp status
Can someone tell us the status of the CocosSharp Project? Are there any plans to keep this project alive? I tried asking in the CocosSharp forum and have not heard any replies so I am trying this thread.
View ArticleEditor Padding Text
Hi, I have created a custom render for editor and entry. In the entry I can set the padding of the text like this: Control.LeftView = new UIView(new CGRect(0, 0, 10, 0)); Control.LeftViewMode =...
View ArticleHow do I compose these two matrices in SkiaSharp?
I am being driven nuts by what should be a dead simple bit of matrix maths. I am drawing a simple graph using SkiaSharp. I have a SKPath, which describes the plot of the graph. I have simulated this in...
View ArticleXamarin forms nuget package on a .net standard portable project
Hi, I have a .net standard portable project and I'm trying to add Xamarin forms nuget package. I get the following error: "Package Xamarin.Forms 2.3.1.114 is not compatible with netstandard1.6" That's...
View ArticleIcon Tabbed Page With Badge
Hi, I have found a way to use fa icons in tabbed page and with badges. I have been days figuring this out. I hope it can help someone. If you have any idea how to improve this please tell me. I use the...
View Article