Help for error : android no resource identifier found for attribute
Hello, I'm developing an application with Xamarin studio. After an upgrade of Xamarin (currently I have the version 5.9.8) I found this error in my code when I Build it: android no resource identifier...
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 ArticleEntry control wrapping text
Is this possible? I have a long string of text I'd like to edit with a multi-line entry, but the text just goes offscreen and I can't find any wrapping options.
View ArticleXamarin.Forms VideoView showing black box or crashing
Currently we're working on a xamarin.forms videoplayer for android and ios. We're using this xamarin forum topic as a reference. The same black screen problem is present there as well but no solution...
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 ArticleInvalidProgramException System.InvalidProgramException: Invalid IL code
I use a Result object to be to handle both positive and negative results when querying my server side code in my: namespace GenerationLondon { public abstract class Result<E, S> { private...
View ArticleNo receiver allowed to receive com.google.android.c2dm.permission.SEND at...
Hi, I am getting below error while checking manifest in GCM. I am using Xamarin.Forms, I have done this successfuly in Xamarin.Android app, I have added required permission what am I missing? No...
View ArticleWindows Phone pull to refresh not working when ListView has few items
We're using Xamarin Forms 1.4.2.6359. We have a page with a ListView that has pull to refresh enabled. For Windows Phone Silverlight 8.1, when the ListView doesn't have enough items to fit the screen...
View ArticleLocalizing App Name
I've been following the Localization using RESX tutorial and have everything working perfectly except for iOS. The app name doesnt seem to localize when I change my phone language. Does any one know...
View ArticleXamarin.Auth and iOS9 SSL issue
When running the sample code after changing to my FB creds I get an authentication error. "An SSL error has occurred and a secure connection to the server cannot be made" This issue exists on GitHub...
View ArticleHow to resolve assembly dependency for 1.5.1 in WP ?
Hello, I upgraded xamarin forms version from 1.4.0 to 1.5.1. In this new version Android and IOS working fine but getting assembly dependency issues for WP. I upgrade my all references but no luck,...
View ArticleCan you have dynamic cell heights with either the ListView or TableView views?
Can you have dynamic cell heights with either the ListView or TableView views?
View ArticleVS2015 / VS2013 / Windows 10 / thoughts? :-)
Hi folks, I see a lot of chatter online about the new 2015 and mobile apps additions - anyone read a nice article talking about what future options have become of all this? I bought VS2013 recently and...
View ArticleDisabled buttons are invisible on WinPhone 8.1 Silverlight
I have the following trigger for styling disabled button: <Style TargetType="Button"> <Setter Property="BackgroundColor" Value="#017A73" /> <Setter Property="TextColor" Value="#fffefe"...
View ArticleXamarin.Mobile Geolocator wait for user confirmation
Hello everyone, I have the following code which runs nicely on iOS and Android. Although in iOS I would like to wait until the user hits either Allow or Don't allow location before firing the code. How...
View ArticleCarousel Page PagesChanged Event
Are there any events that fire when a CarouselPage is swiped (ie, the CurrentPage changes)? I have a situation where a binding doesn't quite work, and would like to perform an operation when the page...
View ArticleHow to refresh info window on iOS Google Maps
I've having problems refreshing my info Window on iOS google maps, I always see the information of the previous marker. I'm using a renderer where I do all the changes I need. I'm using Google Maps...
View ArticleCapture event on controls inside InfoWindow on GoogleMaps iOS
Greetings, I've lost more than a day arround this already. I made a renderer that uses google maps on iphone so I can build a custom info window. I have a button inside a info window but I can't...
View ArticleCan't debug android
Hi, I have a Xamarin.Forms app. I am using Visual Studio 2015. The debugger in android fail 90% of times. If I hit debug button, it compiles and deploy but the app does not launch in the device. Is...
View ArticleWaveRecorder alongside Text to Speech
Using Xamarin.Forms with Xamarin-Forms-Labs. Is it possible to use the Text To Speech with the WaveRecorder recording the output at the same time? It works no problem on a iOS simulator, but testing it...
View Article