Which 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 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 ArticleListview on iOS 9 not filling screen width - issue with custom ViewCell
In iOS8 a simple Listview would have separator lines that filled the width (especially in landscape mode) In iOS9 the Listview separator lines no longer fill the full width on a landscape iPad mini....
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 ArticleProblems with UriImageSource cache and images
If I have 30 images with URI sources, then Xamarin fails to download them all, and some of them show up as empty. The matter is made worse by the fact that the empty (or failed) images are cached. I am...
View ArticleLayout for simple details page
Would somebody be able to offer some advice around laying out my page! I have a straight forward details page whereby its a label/value data going down the page What I'd like to achieve is have all...
View ArticleHeads up - problem after Mac Mini build server updated today. Not just me, so...
Just a heads up, in case you are asked if you want to install updates on your Mac build server today. I'm having problems after the update. It's probably something daft that I was supposed to do, but...
View ArticleXamarin.Forms Bindable Picker
If anyone wonders how to make a Bindable Picker, here's the code: ` public class BindablePicker : Picker { #region Fields //Bindable property for the items source public static readonly...
View ArticleAdd native (android) controls in custom renderer
Currently I am trying to implement a custom renderer for android, which is supposed to display a pdf document. For doing that I need to add some android controls from within the custom renderer and add...
View ArticleHow to remove corner radius from xamarin.forms button in android?
Hi, I am getting struggle with removing corner radius from button in android. Could someone please help me on this? -Venu.
View ArticleIs is possible to render a xamarin form view outwith the forms navigation...
I was hoping there would be a way to make use of the xamarin forms native renderers to render a visual tree created with xamarin forms elements and inject these into a native view. It seems this is not...
View ArticleErrors and Warnings after upgrading all Xamarin components today
I'm getting 100 warnings much like this one: Warning 87 The element 'Target' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Ditto' in namespace...
View ArticleCode Behind issues in VS 2015 after upgrading to 1.5
Hi, I upgraded from 1.3 to 1.5 this week and I noticed that when I opened a code behind file for one of my XAML pages or content views all of the controls, etc were underlined in Red with Visual Studio...
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 ArticleListView -> Scroll to top
Hi, I have a long list being rendered by the ListView control and I've noticed that Xamarin.Forms framework does not support the behavior when tapping the time element in the status bar to scroll to...
View Article