MTOUCH failing with -linkskip in Xamarin 4
Hi all, I was wondering if anyone has issues with the linker in Xamarin 4. My project was working fine in Xamarin 3, but since the update the linkskip command it seems that is not working. This is my...
View ArticleApp crash immediatly at startup with 'Fatal signal 6 (SIGABRT)' error message
Hi everyone, I'm a new Xamarin Forms developper (about 2 month old) and I'm facing a big problem when I execute my Xamarin Forms Android application. I search on the Xamarin forum and on Google for a...
View Article[Material] TextInputLayout Renderer (Floating Labels)
Just thought I'd throw this out there. If you want floating labels on your Entry (as found here (by JamesMontemagno)), I've thrown together a custom renderer that extends Entry. note: this requires the...
View ArticleListView Grouping : Example Please
Can anyone explain to me how to do grouping within the Forms ListView? It's not quite apparent how it is supposed to work. Thank you very much.
View ArticleThe name 'InitializeComponent' does not exist in the current context on an...
Hello, I'm having issues on building android app - it fires this error on all pages. But building ios app goes fine. I've tried to build this project on windows and got the same error. Unfortunately...
View ArticleIsEnabled in SwitchCell not working?
Hello, I use a ListView which has a SwitchCell as an ItemTemplate in it. I want to set IsEnabled = "false" but it has no effect on it. <ListView x:Name ="IndicationFilter" ItemsSource="{Binding...
View ArticleHow to create complex bindings?
I'm setting up DataTemplate for ListView. It's easy to create a binding for a single property. For example: listView.ItemTemplate = new DataTemplate(() => { var cell = new TextCell();...
View ArticleProxy settings from devices
Hi, I would like to know the best way to retrieve proxy settings for all devices. My needs to be proxy-aware, not all clients will be using a proxy but some will. I'm using the standard HttpClient at...
View ArticleToolBar Icon image size for Android and iOS devices
Hi Xamarin teams, Could you please suggest me a solution for ToolBar Icon image size for devices (Android and iOS). I have worried about the different size of ToolBar icon Image in different device. I...
View ArticleHow to imlement an autosizing Image menu
Hi, I'm just starting with Xamarin.Forms, so that I need some basic help. I want to have the main menu of my app based on a list of images. My first approach was to embedd the images into a Stacklayout...
View ArticleDynamic binding is not working while setting the dynamic expando object to...
Dynamic binding is not working in Xamarin.Forms. I have created a dynamic expando object with one property “Name” and assigned value for the property. I have created a new label and bind the expando...
View ArticleLook what I made over last weekend, SliderView!!!!
Hey Forms Community! I was hacking around last weekend to make some kind of SliderView that I could use instead of a CarouselPage. I wanted to share this with the community in the hopes that it will...
View ArticleCant change android back button in Xamarin.Forms
Hi all, I tried 10120312 ways to change back button in toolbar at Xamarin.Forms, but still it same color. It change hamburger menu color, but doesn't change <- !!! Create custom toolbar theme. - Not...
View ArticleApp only runs when emulator is in sleep mode first
Hi all, I am working on a small Xamarin.Forms webview application. This is a follow up question to the one answered on Stackoverflow xamarin-forms-making-webview-go-back So I have a toolbar and a back...
View ArticlePicker firing event SelectedIndexChanged on iOS too early
I've been trying to use Forms Picker and it looks like it has different behavior on Android/Windows Phone and on iOS. https://developer.xamarin.com/api/type/Xamarin.Forms.Picker/ On iOS event...
View ArticleIconize plugin for Xamarin.Forms - Easily add icon fonts to your projects
I have just published to nuget and github a series of plugins to easily add icon fonts to your projects. Currently only Xamarin.Android, Xamarin.iOS, and Xamarin.Forms (minus WinPhone) are supported....
View ArticleRetrieving logs from a failed iOS deploy
I am using VS2015 and a Mac build host to create an iOS app. I have an older iPhone 4 I want to deploy to. "Launch Failed. The app 'MyApp' could not be launched on 'Old iPhone 4'. Please check the log...
View ArticleListView / ViewCell binding firing but UI elements are not updating.
I'll start by saying this is going to be a hard one- I might need Xamain direct support. I have a custom ListView that does item template selecting based on the data type of the source objects The...
View ArticleLocalization
I'm using Xamarin Forms to deliver an app on Android and iOS that offers English and Arabic. That means I have resx files for strings, localized images assets and layout changes all contingent on the...
View Article