XLabs 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 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 ArticleCreating custom Horizontal scroll list
I am trying to create horizontal scroll list. Multiple forums recommended writing a custom renderer since there does not exists one. My final output is something like this. Each element in the scroll...
View ArticleWP 8.1: Deploy error: Package could not be registered (after update from 8.0)
Hi all Unfortunately, I have a vital problem. I have updated my app (based on 1.4.4 stable) from WP 8.0 to WP 8.1 Silverlight. After doing that, I had no problems to debug/deploy my app to the...
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 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 ArticleAndroid Video Player using Xamarin.Forms
I am trying to get a video player working in my Xamarin.Forms app on Android. I have implemented the iOS version using a ScrollViewRenderer where I add the MPMoviePlayerController (code at bottom, file...
View ArticleListView exception after Context Actions command
I have problem with listview. There is command on VM that takes me to another page (navigation service is basically NavigationPage.PushAsync). There is no problem when i click 'add' on toolbar, but...
View ArticleIs there a way to get a better stack trace?
I thought I asked this question earlier, but I don't see it now. Lately it seems when my app crashes on Android I get a fairly worthless stack trace. The current stack trace I have looks like this:...
View ArticlePossible bug - Sqlite/DateTime
I have an entity that contains a property of "DateTime" type. I save it to the database, then I load it from the database => the Hour is 3 hours back always!!! The other values (Year, Month, Day,...
View ArticleHow to config MvvmLight to Xamarin.Forms?
First I must to thanks to @Milk (mike.a@xamarin.com) and @Avery (avery.coleman@xamarin.com). You send to me and help me.But I'm in China. I can not to send to your E-mail. It has a limit. So I want to...
View ArticleListview on iOS 9 not filling screen width - issue with custom ViewCell
In iOS8 a simple Listview would have separator lines that filled the width (especially in landscape mode) In iOS9 the Listview separator lines no longer fill the full width on a landscape iPad mini....
View ArticleBinding Object in ViewCell
I am trying to implement context actions in my viewcells. I'd like to add two different menu actions based on a property of the object binded in the view cells. I have a listview of objects, when i...
View ArticleScrollView still overlapping its bounds on Android when contents are added to...
So I am still having the same bug with the ScrollView in Android. When I add controls to the content of my ScrollView after its been added to the visual tree, it overflows its bounds. This problem is...
View Article