hi.there am Gao from( south africa) just need some help with creating a...
hi.there am Gao from( south africa) just need some help with creating a function . am tryng to enable buttons from xaml in c# xamarin studio meaning, 1. i have a login form and menu form both contain...
View ArticleMy running Xamarin.Forms.Android app giving java.lang.RuntimeException after...
I have not modified anything in my project. Just reran after cleaning after recent upgrades to XS, XF etc. The error log is as follows: [AndroidRuntime] java.lang.RuntimeException:...
View ArticleUnable to find application Mono.Android.DebugRuntime when building with...
Hi! I have a problem with my Android app. I have a custom configuration and when I use "Publish Android App..." in VS2015 I get an APK-file that I can install on any device. Now, if I use my TeamCity...
View ArticleAsync operations issue in Android and iOS
Hi, I am using Xamarin.Forms. I have two functions to be executed in Asynchronous mode. It works fine in Windows Phone. But in Android and iOS the second function waits for the first to complete...
View ArticleListView reuse Cell?
So I was fooling around with the TodoMVVM sample ( https://github.com/conceptdev/xamarin-forms-samples/tree/master/TodoMvvm) and I noticed in Instruments that when I scroll the list the number of...
View ArticleMulti-line text on buttons - how to get consistent across platforms?
When the Text property of a Button is set to text that contains more than one line (i.e. has a carriage return/linefeed in the middle), what gets displayed is different on each platform. On iOS, only...
View ArticleNo IOS simulator or device appear on Visual Studio
I'm with business account on build server and visual studio My build host is connected: On diagnose, just the last step isn't pass, is "out dated" The IOS project is the start up project. The...
View ArticleAccessing the SetScaleType public method on ImageRenderer for Android?
On Xamarin.Forms, I'm trying to create an Image custom renderer. Right now, I'm working on creating the custom renderer for Android, which based on the documentation it needs to inherit from...
View ArticleBinding a switch
Hey guys, I am trying to SetBinding to a switch in Code - behind (not XAML) but I have not been successful. homePhoneSwitch.Toggled += (object sender, ToggledEventArgs e) => {...
View ArticleCreate Database cross platform
As I can create a database for a multiplatform application? Ie I create a database for example, SQL Server 2013 and implement the same?
View ArticleDynamically change the xaml of a Custom ViewCell after pressing a button
Hello, I have a List View with that loads a custom DataTemplate. Everything works ok at loading: I am using a different ContentView for specific cells. My only problem is, when I want to change the...
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View Article[Blog] Creating a custom image viewer control with panning using NControl
Hi, I've blogged again, this time about how to create a simple custom control with the NControl library that lets you view an image and pan it around inside the control:...
View ArticleMicrosoft.Practices.Unity - Inconsistent Version Numbers
I'm getting a build error when attempting to use XLabs.IoC.Unity. It's stating that: CSC: error CS1705: Assembly 'XLabs.Ioc.Unity, Version=2.0.5679.29829, Culture=neutral, PublicKeyToken=null'...
View ArticleHas anyone solved the deployment pipeline problem? [DevOps]
I'm a purist at heart and DevOps is a passion of mine. One principle that I hold near and dear is the idea that an assembly should be built (compiled) once and then deployed to the various...
View Articlecapturing softkey strokes in a xamarin forms application
We are developing xamarin forms based application for an Android target platform which can be used by sales representatives who will be travelling on the allocated route(to them) to deliver food items....
View ArticleIs there any way to change maximum value of Slider after it appeared on form?
Hello guys, i need to change maximum value of slider becouse it depends on another field(Edit). What is the best possible way to do that?
View ArticleHaving different FontSize per platform from XAML
hello I have the following style defined for a label but the font size does not change, is what I am doing possible, if so, what am I doing wrong ? <Style x:Key="NameLabelStyle"...
View ArticleEnvironment.GetFolderPath not exists Cross Plataform
Hello Guys, im creating a SQLIte connection following this example: string documentsPath = Environment.GetFolderPath (Environment.SpecialFolder.Personal); But when i will write the code...
View Article"Unfortunately [Application Name] has stopped"
I am creating an app and everything is working on the virtual device in both debug and release mode but when I try to install this on my android device I keep receiving the following error...
View Article