How to create StaggeredGridView in Xarmarin Forms?
I am trying to create a Pinterest like layout in XF. Here is the lib what I used: https://github.com/etsy/AndroidStaggeredGrid I generated .aar file by Android Studio and create Android binding...
View Articlesome extensions are missing in Xamarin.iOS unified
Hi, I recently tried to update my solution to 3.1... It was really a mess. I use visual studio to migrate and it gives me an error as discussed in below thread.....
View ArticleItemTapped event for programmatically created ListView
Why ItemTapped event doesn't exist in programmatically created ListView? ItemTapped& ItemSelectedevent exist for ListView designed using Xaml, but how to declare ItemTapped event for ListView...
View ArticleCustomization NavigationPage
I have three questions: 1) How to remove the icon from NavigationPage ? 2) How on certain screens, set the icon in NavigationPage, for example ? 3) How on certain screens, install two title, for...
View ArticleChoose a Contact from Xamarin.Forms
Is there a way to click a Xamarin.Forms button that will open the iOS ABPeoplePickerNavigationController()? I'm trying to follow this link, and I'm stuck on how to reference the...
View ArticleAndroid emulator won't run default app
I'm just getting started with Xamarin Forms using Visual Studio 2015 ctp. I created a new blank app (Xamarin.Forms portable), and got the iOS project running. The Android project starts the Android...
View ArticleIs Xamarin.Forms the right tools to use on application with heavy use of f.ex...
Hi everyone, We are planning our first applications on tablets, to run on both iOS, Android and Windows. We are considering using Xamaring.Forms. Our applications must be able to access several...
View ArticleXamarin.Forms huge problem
Hi All, After the update when I try to create shared project(not portable) I get that error : And when I try to get portable shared project I get that error: Any idea how to fix it ?
View ArticleXamarin.Forms Documentation
I just wanted to say that after attending the webinar yesterday my first thought was, "Great, now all the documentation and sample code is going to be flawed." I clicked over this morning and was...
View ArticleAndroid DateTime ToString appears to return Universal time while iOS returns...
I've got to be doing something wrong here because DateTime has to be a well-used type. So the real question is: What am I doing wrong? Steps to reproduce: Create a Xamarin.Forms Blank App (PCL) Replace...
View ArticleLine spacing question
Is it possible to adjust the line spacing? I'm using StackLayout and Label, but I can change it. public App() { var stackedText = new StackLayout(); stackedText.Children.Add(new Label { Text = "John...
View ArticleGet the event sender with async
I have a code like this var tapGestureRecognizer = new TapGestureRecognizer(); tapGestureRecognizer.Tapped += async (s, e) => { // handle the tap var action = await DisplayActionSheet ("ActionSheet:...
View ArticleTime span repesented as uint instead of TimeSpan
Hi, I noticed there is a parameter "length" in the method LayoutTo which represent a time span, but its type is uint, shouldn't it be TimeSpan?...
View ArticleTagging views
Is there a way to apply a some sort of tag to an Android (and other platform) views? The thing is that if one wants to functional test it then an id is required. Applying Id might not be trivial...
View ArticleiFactr vs. Xamarin
For me it seems XF can do almost the same things as iFactr does (http://ifactr.com/) . I am still unsure what the pros and cons are. My first impression is that iFactr has better platform support such...
View ArticleTrigger to any value?
Hi, Can I have trigger when the property is changed, without specifying concrete value? Like I'm trying to close master menu, when some item is selected and its name is binded to Title
View ArticleXamarin Forms with Windows Phone 8.1 (Not Silverlight 8.1)
Hi there, I was wondering if it's possible to use Xamarin Forms with Windows Phone 8.1 (with the new Runtime) and not with Silverlight 8.1 I was trying to do it myself but it appears that the Xamarin...
View ArticleSettings FontSize not working?
In the following example, the Label is rendered as green and bold. But not 60 in size. Is there something I am doing wrong? (Using 1.3.1 Pre2) App.Current.Resources = new ResourceDictionary();...
View ArticleIOS sdk suppored by Xamarin.Forms
Hi, where i can look for which IOS sdk is supported by Xamarin Forms?
View ArticleTesting in older sdk.
Hi, I have installed ios 7, but how can i test my application in the simulator with ios 6? Also, I am planning to upgrate to yosemite, there i wil have ios 8,also i want to know how should i test with...
View Article