Is there any way to populate TableSection of TableView with list in XAML?
I want to use table section like a separate lists of elements (is it a bad practice?). All I found is the way to create cells in code-behind and add them to a TableSection. Is it realy no way to fill...
View ArticleSelectedItem color (ContextActions)
I added to my View Cell the context Actions as described here https://developer.xamarin.com/guides/cross-platform/xamarin-forms/user-interface/listview/interactivity/#Context_Actions The context action...
View ArticleOnCurrentPageChanged issue on Windows Phone 8.1
This code works pretty well on iOS and Android, but why it does not work on Windows Phone 8.1 and are there any workarounds? protected override void OnCurrentPageChanged () { base.OnCurrentPageChanged...
View ArticleHow to customize entry borders
Hi am working on xamarin.forms android PCL . i want to remove the top border line of entry control and need to change color of it. can anyone help me with this...!!!!
View Article[MessageHeader(MustUnderstand = true)] doesn't seem to work in Mono
Has anyone come across this? I've got the following in my WCF contract: [MessageHeader(MustUnderstand = true)] This is being ported from .Net to Mono, but I get the following build error: Error 136 The...
View ArticleXamarin.Forms Map move pin position
How can I change the location of a pin that is already on the map? In best case scenario I would be able to bind its location property to my view model. Currently, it doesn't seem to be possible...
View ArticleSystem.Data.dll with Xamarin Forms
Hi mates, I have the part of the model in the PCL project and I'm using SQLite. In addition, I have two projects more (iOS and Android). I'm trying to use the System.Data.SqlDbType but my xamarin...
View ArticleXLabs photo GPS Info in Exif meta data always EMPTY
Hi all, hi XLabs user, I am using the well known code for taking a photo based on the XLabs library: private async Task<MediaFile> TakePicture() { this.ImageSource = null; return await...
View ArticleWebView not working on iOS 9??
Hi guys, Even I put this configuration in my plist file and still now working: <key>NSAppTransportSecurity<key> <dict> <key>NSAllowsArbitraryLoads</key> <true/>...
View Articlehi.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 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 Article