Public Roadmap / Trello cards
Just doing a quick search for 'public roadmap' shows me I'm not the only one interested in this I've seen several companies using Trello nowadays so it's actually not too big of an admin overhead for...
View ArticleWP 8.0 project build error with VS 2013 update 3
Build failed with the error "The "CompileXaml" task failed unexpectedly."
View ArticleXamarin Forms Labs and the RepeaterView
I'm trying to figure out the RepeaterView in Xamarin Forms Labs. THE BACKGROUND I have a simple entity called Entry that has property called Notes class Entry { public string Notes { get; set; } } In...
View ArticleWhy does my navigation drawer gesture stays active in pushed view?
Hi, In my Xamarin.Forms implementation, I have a MasterPage which is in fact a MasterDetailPage. The code for this page is: public class MasterPage : MasterDetailPage { public Dictionary<MenuType,...
View ArticleProblem with header template while using GroupHeaderTemplate and...
Look at the first screen shot, it looks perfect And now after scrolling listview header size becomes uneven and DisclosureIndicator appears on the header template instead on custom cell. Here is code...
View ArticleAfter Updating Xamarin.Forms - App doesn't start
Hello, I played around with Xamarin a little bit but now, after updating to Xamarin with NuGet, my App doesn't start anymore I use Visual Studio Ultimate 2013 and Xamarin Forms 1.2.3.6257 While...
View ArticleAdding Shapes to OpenGLView
I want to draw lines and rectangles in my openGL view using the opentk library. I have http://iosapi.xamarin.com/?link=T:Xamarin.Forms.OpenGLView this running but I can't figure out how to do anything...
View ArticleDoubts related with a app with login page
I have this sample: Office365RESTAPISample That has a login page, contact view and edit contact view, the flow is: LoginView > ContactView > EditContact And I have some doubts: Should I have to...
View ArticleTapGesture to stacklayout doesn't work in Android
Hi, I added TapGestureRecognizer to stack layout. Its works well in iOS but not working in Android at all. Code is as under : var txtCompany = new ExtendedEntryControl...
View ArticleHow to add app icons as back button for slide menu in MasterDetailPage -...
Hi, We completed our testing in android and now we have started testing for iOS. Few things needs to be fixed. One of that is, we are using MasterDetailPage for slide menu. In Android it automatically...
View ArticlePopModalAsync - Modal reappear after closing on iOS and WinPhone
Hi! I have a Modal Page (a simple content Page) opened from a navigation page with Navigation.PushModalAsync(myModalPage). When I close my Modal , it disappear and reappears on my screen... Here's my...
View ArticleNullReference on StackLayout.Children.Add
I am getting a NullReference exception from Xamarin.Forms when calling : var contentView = new ContentView(); contentView.Content = new StackLayout(); var stackLayout = new StackLayout();...
View ArticleHow to solve faltering ListView in iOS and Android
Hi all My app queries data from a webservice and stores the result in a list. The list then is set as ItemsSource to the Listview. The ItemTemplate of the ListView is set to a ViewCell where further...
View ArticleRedirect to Home Page from OpenUrl method
Hi, Is there any recommended way to redirect to the home page after uploading any document ? I am trying below code but it is not working after upload application is crashing. Say when I select any...
View ArticleAndroid L supported in latest Xamarin.Forms?
Good day, Is Android L supported in latest Xamarin.Forms? I want to be able to take advantage of the z-index (paper) drop shadows in my UI design. Thanks
View ArticleXamarin.Maps Error on Android "major version 51 is newer than 50"
I really don't understand what this means. All my nuget packages are up to date and Xamarin is all up to date. I am using Xamarin.Forms.Labs in my project also.. I read to remove all references from...
View ArticleHow to hide or remove NavigationController with Xamarin forms
How do you hide or remove NavigationController with Xamarin forms
View ArticleCaching of ListView cells?
Hi, I was experimenting with Xamarin Forms, converting an existing application over to see how it runs. The app consists of a UITableView that displays a scrolling list of cells that includes images...
View ArticleAdd subviews to view in Forms?
Say I want to create a reusable control consisting of a webview and a couple labels. My initial thought was to create a subclass of view, add the subviews I need (labels, webview), and add the control...
View ArticleUsing BitmapImage()
How can i import the System.Windows.Media.Imaging? Which reference or package i need to use?. I want to resize a IO.Stream Image after selecting it from Xamarin.Forms.Labs.Services.Media.MediaPicker.
View Article