Sharpie failed: "Unable to handle compilation, expected exactly one compiler...
I tried to use sharpies to convert a library ".a" into Binding Library but I have some error. The command that I have executed is: sharpie bind -v -output=[...] --namespace=[...] --sdk=iphoneos11.0...
View ArticleIssue accessing the icon or image resource in Visual Studio 2017 blank...
Sorry for the newby question but am trying to display an icon for my application (images have same issue). I used Visual Studio 2017 blank Xamarin Android project where I get as default...
View ArticleFCM in Xamarin.Forms - Control Notification in background
I have followed below example to implement FCM push notification in Xamarin Forms. Due to restriction I could not post the article link. I would post it in comment section. It explains 2 kind of...
View ArticleCopying SQLite DB from Bundle to Library
I am contemplating switching my companies app from Adobe AIR to Xamarin and I am working on making a prototype to show management what Xamarin can do. One thing that will be required is allowing the...
View ArticleProvide Wear Complication from existing application
I have an Android application which has come along nicely for gathering data from several sources and presenting a consolidated view. Although I'm not interested in doing a full up Android Wear...
View ArticleXamarin Portable Comments Stacklayout height problems Listview
I am having trouble with height problems in Xamarin PCL with Listview. I want to create a comments section in a scrollable page. But i am struggling with the height of the comments. It just wont...
View ArticleHow to connect to ADFS and azure WEB API
Hi i am developing mobile APP that connects to ADFS for Authentication and once it is successful , it should connect to Web API to retreive data. Anyone have guidelines or reference doc that helps in...
View ArticlePHImageManager + PHAsset doesn't seem to exist...
Been trying to load some images from local identifiers but can't due to PHImageManager + PHAsset etc doesn't appear to exist? Can only find documentation on it for iOS but know exists for Mac using...
View ArticleBuilding SkiaSharp on Windows
Hi Guys, Because of this I'm trying to build SkiaSharp from source. I've followed the instructions on github page. But getting build errors like so: c:\program files (x86)\windows...
View ArticleProblem With Printing WebView in UWP Phone
Unable to print WebView in xamarin forms. I am making use of dependency service to print webview, it works fine in android and iOS but somehow page get cropped in UWP. Following is the code and...
View ArticleAny examples of creating an AssetCollectionList, then adding an...
I've figured out how to create an AssetCollectionList. I haven't figured out how to add an AssetCollection to it. What's tripping me up is AddChildCollections requires an array of PHCollection[], but I...
View ArticleI updated to Xamarin.Forms 2.4.0.280. My application getting crashing
My package file i added below. Is there any dependency issue for this?. Only some pages my app getting crashing package id="CommonServiceLocator" version="1.3" targetFramework="monoandroid60" package...
View ArticleUnifiedMaps - A platform independent map implementation for Xamarin.Forms.
I just wanted to promote our Xamarin.Forms Maps implementation. It was developed with the MVVM pattern in mind and therefore supports Commands and Data-Binding for all features. It supports various...
View ArticleXamarin Forms Android project not connecting to my Azure hosted Database
Has anyone followed this Tutorial lately? https://youtu.be/PSgTGTMUk3o I followed it and then downloaded his github example of just the front end https://github.com/jamesmontemagno/app-coffeecups I got...
View Articlehow to specify a path to the android keystore file in xamarin form project?
I'm trying to setup a build for the xamarin android project in visual studio team services, one of the build tasks require that i specify the path to the android keystore file. How do i specify the...
View ArticleOnPlatform Returns default value Always.
Hello all! I have the following resource dictionary: <ResourceDictionary> <!-- DEFINE ANY CONSTANTS --> <x:Double x:Key="BorderWidth"> 3 </x:Double> <Color...
View ArticleSKGLView + Android is a Child of a Grid, Background of Grid goes black
Hello, Where I have a grid with a few buttons and a SKGLView. When When any of the children of the grid are hidden the background colour of the Grid goes black (Until invalidate layout is called)....
View ArticleUnable to read file in Documents folder while able to read file in Download...
I came across a strange issue where I wanted to read a file (for example, a text file) from the Documents folder. I was obtaining the path to this folder like so:...
View ArticleHow to Add two ListViews in ScrollView in Xamarin Forms ?
I've tried two ListViews in Scroll View but the problem I've faced is that the data of second ListView is not fully displayed on the Page . Here's is my code for that . I've also tried this in...
View ArticleHow to implement Horizontal ListView in Xamarin Forms.
We want to implement horizontal listview in our xamarin forms application, How it is possible? Any other solution for this, please share. Thanks in advance...
View Article