Exception cultureInfo
Xamarin.Forms 1.5 Xamarin.iOS 9 Using http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/#iOS_Application_Project public System.Globalization.CultureInfo...
View ArticleXcode 7 - ERROR ITMS-90476
Hi, I compiled my project against the new SDK and XAMARIN update and when i try to commit to AppStore i get: ERROR ITMS-90476 "Invalid Bundle. iPad Multitasking support requires launch story board in...
View ArticleProperty change does not seem to update datatemplate and view
Hi all, I am starting out with the wonderful Xamarin Forms and up till now it was pretty smooth sailing. That is always good. Now I have a problem with my datatemplate in listview not updating a Label...
View ArticleXamarin forms application crash issue due to gradually increasing memory...
We are facing xamarin forms application crash issue. It’s a single page application which is built using xamarin forms and mvvm cross (prism) In our primary investigation we found that there are...
View ArticleValue of Textbox is not binding for window phone.
Hi all, When I enter any value in textbox and keep the focus on the same textbox and click on save button, then the value of textbox is not saving for windows phone in xamarin mvvmcross. Please share...
View ArticleMT5212 link errors
The application we have was compiling okay the other day, but now it will not. It still works in the simulator but has lots of MT5212/MT5213 linker errors when compiling for a real device. We get lots...
View ArticleERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch...
I'm trying to submit an IOS application through "Application loader", no success! message: ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle ' Versions:...
View ArticleiOS failed to compile
I am developing two Xamarin Forms app with Android and iOS using Visual Studio. Yesterday my code was compiling fine, today I am not able to compile none of the two projects in iOS. One thing I found...
View ArticleExtra space appearing on top of table view in IOS, how to eliminate this.
In xamarin forms-IOS, tableview extra space is appearing on top of table if intent="form" used whereas if intent has changed to 'data' extra space was removed but extra separator line are displaying....
View ArticleWhich MVVM Frame is best in Xamarin.Forms?
I don't come here more than six months. So I don't know what happened during this time. I want to know which MVVM Frame is best in Xamarin.Forms now. May Caliburn.Micro isn't come here. I use this in...
View ArticleGrial UI Kit for Xamarin Forms (Xaml Layouts)
Hey everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit, Grial. Grial is collection of fully customizable, themeable screen layouts crafted in XAML You can use it as a...
View ArticleIn IOS, TableView Cell height was not setting correctly
In IOS, TableView Cell height was not setting dynamically with respective content, height was fixed to some extent. Whereas in android it was resizing automatically. How to fix it in IOS specifically ?
View ArticleWhy switch is not displayed in andorid (lollipop) 5.0 version?
when switch is in off mode it displayed like a circle not like switch? I want to display switch offmode as 0 and on mode as 1 in the lollipop version(5.0)? can any one help me? I want to do it. please...
View ArticleIs it possible to center image/icon in Action bar on both Android and ios?
I'm trying to accomplish something similar to the image. Is this possible and how would you then do it?
View ArticleShow view hierarchy in Debugger
Hello I was wondering if there's a way to to log the view hierarchy for a ContentPage in Xamarin Forms, similar to how in iOS you can just log the 'description' of a UIView and it will show you all of...
View ArticleDumb newbie questions
So, I am working on my first PCL application, and I have a couple of questions............ 1. This application needs to work directly with a web service (SOAP). 2. The application will be receiving...
View ArticleAny news on Carousel Pages and Lazy Loading?
Hey all, I've been trying to implement a carousel page with 100s of images, which I have working (to a degree). I've found a few threads on the topic where @CraigDunn mentions that they are working on...
View ArticleWhen to release app resources ? Page "On Destroy" ?
I use a 3rd party audio library (written in native C, for iOS and Android), which uses a lot of memory, e.g. for loading user soundfonts of 1GB or more. In Android I have always called some "Close"...
View ArticleImage renderer doesn't works correctly with binding
I have custom Image(with renderer) view in my XAML page. It is bound to some property say CarImage that returns ImageSource. When page loaded it display image that's ok, but when I change CarImage...
View ArticlePutting a Forms Page inside a PopupWindow on Android.
Hi All So I'm not sure if it's possible but thought I would see if anyone has ideas. I'm trying to put a Xamarin Forms Page inside a Android PopupWindow. I've attempted to do this two ways, 1) Create a...
View Article