CFBundleLocalizations in App Language
Hi fellas, As you know on iOS platform. There is a couple of this to locatization like "Use Photo" or "Retake" if you add following kind of line in your info.plist these text comes from your phone...
View ArticleAppResources.Designer.cs is not re-generated after upgrade PCL -> NETSTANDARD...
Finally I upgraded my App from PCL -> NETSTANDARD 2.0. All went fine, app runs fine, it uses string resources fine. Now I added a new string resource to AppResources.resx (with the VS built in grid...
View ArticleEventKit - Could not create an native instance of the type...
Hi guys Hopefully this will be a quick one for you. We are adding the ability to create calendar events into our app. When creating an instance of the EkEventStore I get the following error: Could not...
View ArticleHttps Request
Hello everyone, I want to do a easy Https request. I've searched a long time in the internet and found code like this: ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; But this code...
View ArticleAny (new/demo) project Deployment keeps failing! Visual Studio 2017
Hi all, I'm trying to get VS with Xamarin working but I just can't get it working. The problem: If I try to build and deploy any Android project (HelloWorld, blank app etc.), it always fails deploying....
View Articlehow to disable the space occupied by the activity indicator in xamarin forms...
how to disable the space occupied by the activity indicator in xamarin forms Mobile application?
View ArticleHow to implement localization in the latest 2017 VS without using PCL?
Hello In previous projects I used the resx/PCL approach to implement localization in my Xamarin.forms solutions. As of the update to VS, this has been deemed deprecated and the information I find...
View ArticleXamarin - preventing memory leaks in ViewHolder & Adapter pattern
We are managing references in our ViewHolder in a following way: public class MusicListViewHolder : Java.Lang.Object, IImageLoadingListener, View.IOnClickListener { public static readonly float...
View ArticleControl only on one platform - XAML and OnPlatform
I want to add label (or other element) only on one platform, how achieve that using XAML? I tried: <OnPlatform x:TypeArguments="View"> <OnPlatform.WinPhone> <Label Text="Only on...
View ArticleBuild stuck on 'Skipping target "_Sign" because...'
Hi, A lot of times the build process stuck on 'Skipping target "_Sign" because...' and I've to cancel it manually and retry. There is no CPU usage, probably it is waiting for something. Do you have any...
View ArticleHow do I upload images?
Sorry for my English. There is a web service, on request, which returns an array of bytes that are images. As in Ksamarin.Forms perekonvertirovat this array of bytes in the image and paste into the...
View Articlewill Touch event be fired on a transparent SKGLView or SKCanvasView ?
I want to draw a triangle control with two SKCanvasViews, one to simply draw and another to be controlled with Touch event. So it's obviously necessary that the control view path is to be transparent...
View ArticleMSB6006: "java.exe" exited with code 1
Today I updated Xamarin (4.5.0.475) & Xamarin Android (7.3.1.1) and tried to build in release mode with ProGaurd option enabled then if fails with this error output: 2>PROGUARD : warning : there...
View ArticleUnable to Load SDK Information Android SDK Manager in Visual Studio 2017
I am running Visual Studio Enterprise 2017 (Version 15.5.7). I am coming from a corporate network and when I try to open the Android SDK Manager, I see the error - "Loading SDK component information...
View ArticleImage inside of Carousel View
I have a carousel view inside a stasklayout which is also inside a scroll view, the carousel view contains an image which is displayed in miniature, I want that the image is displayed in actual...
View ArticleSame views in multiple solutions
I have a few apps that have the same views. What's the best way to structure the projects?
View ArticleIs it possible (easy?) to change the background color on a Xamarin.Forms...
Is it possible (easy?) to change the background color on a Xamarin.Forms Android Date Picker? Right now it is hot pink. Ugh.
View ArticleNew Xamarin.Android and Xamarin.iOS Project Templates
We just published a blog detailing our new Xamarin.Android and Xamarin.iOS project templates in Visual Studio 2017 version 15.7. Read the post here and post any questions or comments below.
View ArticleSticky Header Listview?
Hey Guys, Has someone used Sticky Header listview in android? I want to use and example or help much appreciated. Thanks Hamps
View ArticleMVVM viewmodel deselect listview item
Is there a way to deselect a listview item in a viewmodel without having to do it in the xaml code behind?
View Article