Localizing 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 ArticleAndroid Exception in Xamarin Shared App
I am getting the following error and am unable to figure out why... 1-02 00:55:16.255 4218 4218 I MonoDroid: UNHANDLED EXCEPTION: 11-02 00:55:16.258 4218 4218 I MonoDroid:...
View ArticleHiding the Status Bar and the Action Bar in Android App
Can anyone tell me how to implement this in a (Xaml) implementation of an Android app?
View ArticleHow to autosize Editor height?
I have an Editor control inside a Grid cell that I would like to automatically expand vertically as more text is entered. Is this possible?
View ArticleHow can I set InputTransparent for a view and all of its children?
I notice that it doesn't work like this already on Android, and it makes it really hard to disable a view. I tried using IsEnabled, but it didn't have any effect. I really need this functionality.
View ArticleListView delete item and refresh, similar to notifyDataSetChanged() in Android?
Hi, How to refresh ListView after removing some items from it? I am having below code. _noteViewModelList.RemoveAt(id); _listView.ItemsSource = _noteViewModelList; In above code, i am removing item...
View ArticleGetting compile error on ContentResolver.Insert() for creating event on...
I am now trying to create an event for Android platform. I am using Xamarin Forms but writing platform specific code for creating event on Android. I went through the docs...
View Articlesqlite for app
Hi friends i'm working on an app which is like an E-commerce app in xamarin .forms. At currently i'm not implemented sqlite in my app for listing data but some of my friends told me about the important...
View ArticleListView with optional Header/Footer
I'm trying to show a header (or footer - not a group header!) in a ListView, but only if it is necessary. A simple example would be a message with a 'dismiss' button next to it which hides the message....
View Article