Realistically, what architectures should we be targeting for Android
In a release submission that is meant for normal Android devices (no TV, Watch, Toaster etc) and OS 4.1+, what architectures should we include? Options being: armeabi armeabi-v7a x86 x86_64 arm64-v8a...
View ArticleError while using WebClient when iOS device sleeps
Hi, I am using WebClient for downloading PDF. When actual iOS device sleeps or when the power button is pressed, the download task of WebClient gives an error when the device is opened. Any workaround...
View ArticleAdjusting MasterPage Width
Is there anyway to adjust the width of the MasterPage because it is too wide ?
View ArticleHow to set FIRDebugEnabled for firebase
How to use Xcode command line arguments to set -FIRDebugEnabled I have found this answer, but its for Xcode: https://stackoverflow.com/questions/43109486/turning-firebase-analytics-on-on-xcode How do I...
View ArticleI installed xamarin on vs15 and so i havent bee able to use it. i use an amd...
Can i get a step by step on how to use? I use a 6gb ram pc.
View ArticleRe : Xamarin Cross Platform Firebase Notification
Hi, How to implement FCM notification in Xamarin cross platform app.
View ArticleHow to ldap authentication in Xamarin forms?
How to ldap authentication in Xamarin forms?
View ArticleError setting TimePicker Hour property on Android
Hi, I'm trying to set a stored hour to a TimePicker on the OnCreate method. var _time = dialogView.FindViewById<TimePicker> (Resource.Id.timeDialog_timePicker); _time.Hour = 8; On the simulator,...
View ArticleThe "XamlCTask" task failed unexpectedly.
Hello Team, I am facing this The "XamlCTask" task failed unexpectedly. problem after adding the xamarin.forms.maps package to my application. Waiting for your response.
View ArticleInitializeComponent does not exist in the current context error
Hi, The error CS0103 (The name 'InitializeComponent' does not exist in the current context) has started appearing after doing a build of our Xamarin Forms solution. The build, however, appears to have...
View ArticleHow to fix the error?
Error: System.IO.IOException: Unable to read data from the transport connection: Istniejące połączenie zostało gwałtownie zamknięte przez zdalnego hosta. ---> System.Net.Sockets.SocketException:...
View ArticleAppResources.ResourceManager.GetString Producing NullReference Exception
Recently having an issue with GetString() translation = AppResources.ResourceManager.GetString("SomeInvalidString",CultureInfo.CurrentCulture); Is producing a Nullrefence exception.. In fact.. even if...
View ArticleUsing styles and themes in cross platform apps
Hi, I'm new in Xamarin. I use Visual Studio 2017 for creating a cross platform app and in first step I need to define some styles and themes for appearance of elements. could you help me?
View ArticleHow do I set ToolbarItem to the left in Xamarin.Forms?
I want to set a ToolbarItem on the left of the navigation bar, but I don't know how to set it up. The default ToolbarItem for Xamarin.Forms is on the right.
View ArticleBinding a CompareValidatorBehavior Bindable property in MVVM with context to...
I have created a password compare validator behaviour which changes the color of the text in one entry when it matches the text of another. This works by setting the Binding context in XAML to that of...
View ArticleHow to build an existing APP to open with Test Recorder in the MAC
Hello, I need to test an application and execute some tests in the Test Cloud. Using the .apk in android is easy. I'm having difficulties trying to use the Test Recorder in the MAC. The application is...
View ArticleDisplay error text in label on button click in xamarin forms
Hi all, I would like a display an error text in label between my header text and control in the following image I've used grid control to align my controls Below is my code I don't know how to place...
View ArticleCannot rename Assembly name in project Android Xamarin
I want to change the assembly name in project Xamarin Android but when I change I can not save it. Why? Please show me the way? Thanks very much.!
View ArticleXamarin forms Map issue
I followed the following tutorial https://developer.xamarin.com/guides/xamarin-forms/user-interface/map/ Also I've downloaded the sample, but unfortunately the two paths gave me the below error: won't...
View Article