CachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleDynamically display image in IOS xamarin - nitWithContentsOfFile:' method...
I have a portable xamarin application with some "specific overrides" for android and ios. I have a content page with image that need to be downloaded from server. Since the image is not "public" on the...
View ArticleCarouselView 2.3.0-pre2
Xamarin.Forms.CarouselView News CarouselView is now open source: https://github.com/xamarin/Xamarin.Forms.CarouselView 2.3.0-pre2 bugs fixed 41463 - "CarouselView Crashes with "Sequence Does not...
View ArticleApp starts then closes
Hi all, I am new to Xamarin andd not new to c#.. but I am running into issue here. My app in the android emulator starts and quickly closes before all the contents are loaded. Here is my code. Just a...
View ArticleUniversal Windows Platform App
Where i can find a Xamarin Forms Sample app for UWP with all controls, like ComponentOne XAML Controls?
View ArticleWhy are rounded corners of SKPaintStyle.Stroke so thick and ugly?...
Here's my code: public void DrawCanvas(object sender, SKPaintSurfaceEventArgs psea) { psea.Surface.Canvas.Clear(); SKRect canvasRect = SKRect.Create(psea.Info.Size); var r = 20; var paint = new...
View ArticleNavigationBar Background Image Renderer Android
Hi Guys, I have been working on Xamarin Forms and I wanted to set an image as background image into navigation bar but I couldn't I have tried a lot but no luck at that time. Then something hit in my...
View ArticleProject > Run Code Analysis on Solution - AppBuildDir not set
Xamarin Studio: 6.2 I'm trying to run code analysis on my iOS project and I get an error message: /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: Error: Error...
View ArticleGenerate Android Apk
Hello, Is it possible to generate the Android Apk with Visual Studio for Mac ? Thx, Christophe
View ArticleHow to access a Web Service on a Parallels Windows 10 VM from the Mac Side
I'm trying to figure out what I need to do to access the ASMX Web Service I have running in the Parallels VM from the Xamarin Studio Mac Side. I'm sure someone out there has successfully done this and...
View ArticleVisual Studio 2015 UWP project "update required"
I developed a project in VS 2015, then I installed VS 2017 release version, opened my project, and it said the project wasn't supported, so I re-installed VS 2015. The project opens fine, but now the...
View ArticleSet file to hidden
I'm trying to set a file to hidden in the iOS project of my Xamarin.Forms app, but the attributes don't ever seem to stick, even though no error occurs. File.SetAttributes(path,...
View ArticleXamarin Android Studio doesn't work with Genymotion emulators after upgrade
After I have updated xamarin studio from XamarinStudio-5.10.3.27 to any version from 6.0 to 6.2 and to xamarin.android Version: 7.1.0.41 from Xamarin.VisualStudio_4.3.0.784.msi I meet one stable...
View ArticleCarouselView Issue
Hi Friends, I tried to implement "CarouselView" control using below link: https://github.com/adamped/CarouselView. I downloaded the code at above mention link and run it. It run as expected. But when i...
View ArticleHow to create a "solution template" based on a Xamarin PCL project ?
Hi, I wrote a Xamarin PCL project that contains Xamarin Portable (that contains 3 folders that I created and a custom "Hello World") and Xamarin Droid. I'd like to export it as a project template /...
View Articlebundle identifiers in VS Mac
In one of my Xamarin Forms apps, I had a bundle with some uppercase letters in it. It ran fine in Xamarin Studio. In last week's VS for Mac release, I am getting an error on the identifier. Once I get...
View ArticleXamarin.Forms Bindable Picker
If anyone wonders how to make a Bindable Picker, here's the code: ` public class BindablePicker : Picker { #region Fields //Bindable property for the items source public static readonly...
View ArticleBinding for Multi-Select Listview
Hey guys, so I was following the multi select listview code from the Xamarin docs -( https://developer.xamarin.com/recipes/cross-platform/xamarin-forms/controls/multiselect/) and have successfully...
View ArticleImages Not Showing Up in Windows Phone App
Hi everyone! I'm working on my first Xamarin.Forms app and I've added images to my app in accordance with this document:...
View Article