Entry ReadOnly?
Does anyone know how to simulate a ReadOnly property for the Entry control since it doesn't exist? I'm hoping that there is an easier way than writing a custom render for each platform. Thanks, Steve
View ArticlePermissions Plugin for Xamarin (Simplifying Runtime Permissions)
Just released my latest plugin to request permissions from shared code! Checkout my blog for details Code: https://github.com/jamesmontemagno/Xamarin.Plugins/tree/master/Permissions NuGet:...
View ArticleWhy am I getting this NullReferenceException adding to a ObservableCollection...
So I am doing things seemingly the same as 2 other ContentPages using InputSource and DataTemplate. The only thing different is this is a CarousellPage. So what happens is when I add the first object...
View ArticleHow to use cocoapods in xamarin.ios
I would like to use some thridparty libraries found in cocoapods but those libraries are not available in Nuget. Basically I would like to use these libraries in xamarin. I have asked the same question...
View Article'Run in Test Cloud' contextmenu has disappeared.
Yesterday I updated Xamarin to latest stable version. After that the 'Run in Test Cloud' item has disappeared from the UITest project context menu. It seems to be the same as reported in this bug 'Bug...
View ArticleAny Roadmap for C# 7?
Most breaking change is return ref feature. Will xamarin mobile could support it?
View ArticleIssues (loop) on debugging iOS simulator
like @Jesse_Jiang also noticed in this thread there are issues on debugging in the iOS Simulator. I'm having a hard to to start the app in the simulator. It seems get stuck in a crash-loop when XS...
View ArticleProguard - Java path/file name too long error
Hello there, When I try to compile my project with "Enable Proguard" settings checked, I get an error: The specified task executable "java.exe" could not be run. The specified path, file name, or both...
View ArticleiPhone 7s, iOS 10.2.1 not receiving silent notifications when app in background
I have an app that uses silent notifications and is working perfectly on a several phones, running iOS 9.3.5, 10.1.1, 10.2 and 10.2.1 However, one of my users has 2 phones that are not working - an...
View ArticleTracing events
Hi, I am using Xamarin Forms and PRISM. I am using a Navigation page to render a SwitchCells. The OnChanged event is triggered when the user taps on the switch. I catch that event and save the change....
View ArticleHow can I Set Simple Timer in Service class
hi i use of below code ` public override StartCommandResult OnStartCommand(Intent intent, [GeneratedEnum] StartCommandFlags flags, int startId) { Toast.MakeText(this, "Start",...
View ArticleText To Speech Plugin - how do you get the available tts languages on Android?
I'm using this tts plugin which has a GetInstalledLanguages() method - this seems to return all languages that are valid to pass into the Speak() method, rather than the ones actually available for...
View ArticleGtk Widget Library - adding assembly widgets to Toolbox for drag-n-drop on...
I have several common Gtk widgets I want to put in a Gtk library and re-use in other projects. I've created the Gtk library and the widgets. I've added the new widgets to the Toolbox window using the...
View ArticlePlugin.BLE not working for android where as below code is just working fine...
public class BLECentralManager { private BLECentralManager() { //CrossBluetoothLE.Current.Adapter = ; CrossBluetoothLE.Current.Adapter.DeviceDiscovered += Adapter_DeviceDiscovered;...
View ArticleServicePointManager.ServerCertificateValidationCallback is not invoked
I have the following code in Android, iOS and WPF application layers. ServicePointManager.ServerCertificateValidationCallback = delegate(object sender,...
View ArticleStart profiling doesnot exist in xamarin studio
xamarin profiler is downloaded and installed, when I started xamarin profile as application it shows the dialog to choose target and how to do it?
View ArticleLatest Xamarin starts adb.exe, when earlier version did not. Causing CI issue.
Quick background, we have been using Xamarin 4.0.4.4 for a while (I know it's dated) and I'm trying to get our developers moved up to the latest (4.2.2.11). Works great locally, but I installed it on...
View ArticleSqlCE database in Xamarin?
Hi, good morning everyone! Is it possible to read/write SqlCE files using Xamarin?
View ArticleXamarin.Froms XAML IntelliSense doesn't work very well.
What a I have to do to get IntelliSense working right on Xamarin.Forms XAML files. Sometimes bad function of IntelliSense makes me lose time and patience.
View ArticleObservable Collection now showing in ListView
So I know this is a very basic question but i am stuck i dont know why. var list = await AppointmentApi.GetAppointment(Guid.Parse(Setting.Id)); if (list == null) { return; } var model = new...
View Article