LayoutTo not changing bounds of views
I'm trying to change the position of children in a RelativeLayout with LayoutTo(), the animation works fine but any actions on the views after this reset the view to original constraints. I'm looking...
View ArticleApp name lozalization
Ho to do this in xamarin forms? Right now I use CFBundleDisplayName in IOS. But I don't know how to do it for Android. Any one?
View ArticleHow do we use the new ListView hasunevenrows property to fit height to...
I can set the height of a viewcell to a different value for each cell in the viewcell's constructor, but what if I don't know the height at this point? Practically, this is not much use. I'm sure I'm...
View ArticleIOS LoadApplication fails
I have been working on my Adroid version for 2 days now. Now I was starting my IOS version up and it fail here LoadApplication(new App()); With System.TypeInitializationException: An exception was...
View ArticleXamarin.Forms 1.3.2 Stable Released
I am VERY pleased to announce the release of 1.3.2 stable to nuget.org. Thank you all for your patience! This package is identical in every way to 1.3.2-pre3 except for the backport of the fix to iOS...
View ArticleHow to build an app differently for more users - Best Practice
Hi, I have an application developed for iOS and Android using Xamarin Forms, now I have some parameters that need to be different for each final user, like Application name, Feature to enable/disable,...
View ArticleError in WinPhone blank project when update Xamarin.Forms from 1.2.3 to 1.3.2...
The following error occurred in App.xaml file: "Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null' because it has not been...
View ArticleXamarin.Forms 1.3.2.6316 IOS Cell Reuse
Hi, In Xamarin.Forms 1.3.2.6316, some of the updates are: - [iOS] ViewCell no longer leaks every UIView it created. - [iOS] Fix minor memory leak in iOS ListView However, the view cell continues...
View ArticleConsider adding Monotouch on Unified converted iOS project
I have a project I was working on in 1.2 that I needed to table for a while. I have upgraded XStudio, and converted to Unified. However, my AppDelegate declaration: [Register ("AppDelegate")] public...
View ArticleObservableCollection with "filter"
Hi. I have a MYCLASS class with INotifyPropertyChange I've, in "App", a ObservableCollection List {get;set;} After filled List, I use it in a listview listview.ItemSource = List; In this listview I've...
View ArticleDoes Xamarin forms supports Windows Phone 8.1 RT app development ?
i am new to Xamarin forms, i wanted to target the windows phone 8.1(RT) app instead of windows phone 8. but, it seems that Xamarin forms doesnt support Windows phone 8.1 RT apps. Also, System...
View ArticleIssue with Xamarin.Forms package
I currently have Xamarin.Forms package 1.3.1.6296 installed, project migrated using the Xamarin Studio for Mac migration tool, and I am trying to update to the latest stable version of Xamarin Forms...
View ArticleXamarin.iOS Dynamic Sized Cells
If not by numbers certainly by volume the most requested feature/bug fix (depending on your view) is dynamic sized cells in iOS. Before we progress any further, this is ONLY a test. This is not a...
View ArticleDynamic Custom Cells
Hi, On the Xamarim.Forms is it possible to create a dynamic table cell? For example, if I have 5 rows, say row 1, 3 (depends on the value) it contains Label and small 1 text box. Row 2,4,5 contains...
View ArticleListView on desired scroll position
Is there a possibility to set ListView on desired scroll position? I would like to save scroll position and then restore it on recreated list.
View ArticleNavigationBar Icon on Android
I am unable to change/remove the NavigationBar icon nav bar on Android. Does anyone know if this is a bug, or how to do this? In fact, the Mobile CRM sample app should be changing the icon (see below)...
View ArticleApp icon in statusbar
How do I remove the app icon from the menu bar of my android app? On my ios version the app icon is not shown on the menu bar.
View ArticleWill my PCL code ever generate ` jobject must not be IntPtr.Zero`?
I've got a crash in my app that happens very rarely, and it happens when updating the value of a Label. Is there anything in my code that can generate a jobject must not be IntPtr.Zero or should I be...
View ArticleXAML intellisense and visual designer in Visual Studio
I'm just getting started with Xamarin.Forms, but it appears that there is no support for XAML intellisense and I don't see a visual designer in Visual Studio for Xamarin's portable controls. Can we get...
View ArticleWhere's the AppDelegate Window object
I'm trying to add a general behavior that puts an overlay over the entire screen on any screen. On iOS I was thinking about using the Window (AppDelegate.Window), but it seems that the Window doesn't...
View Article