Resetting Navigation stack
I have flow in my app where you create a new listing, once created (after 4 pages of data entry) it takes you to the Listing Detail page, is it possible to clear the navigation stack once on the...
View ArticleCan I develop a Forms solution with Business licens only in iOS?
I'm getting the following error message, when I try to build my new Xamarin Forms solution: "Using Xamarin.Android with Visual Studio requires business edition or higher." I only need to develop in iOS...
View ArticleImage wrapped in StackLayout not updating
Hey folks I've got a minor problem I'm not sure how to fix. I've created my own version of an Image Text Cell, inheriting from ViewCell. Similar to the standard "Image in left side, lines of text on...
View ArticleAsync/Await Task Call in Property Change Event
Hi all, In our sample application we need to call the Async/Await function when the property is changed. For Example, when we type a character in Xamarin.Forms.Labs.Autocomplete control, we need to...
View ArticleImplement Navigation Drawer
I have a cross platform project with Shared project. I want to implement navigation drawer in my Android solution. How can I do that from my shared project? Thanks Apurva
View ArticlePrevent Navigation
Hi, I want to prevent user from navigating back from my screen (its the home screen that user sees when they login to application). I dont want user to be able to go back to login page. How can I...
View ArticleLoading paged results into a ListView as the user scrolls....Anyone already...
The application I'm working on works with very large datasets. It's an ERP system, so customers, invoices, contacts, etc. Has anyone implemented anything like a paged loading system where the ListView,...
View ArticleIs something broken with MasterDetailPage.IsPresented?
I want to build a screen with a MasterDetailPage, where the Master is viewable by default. I am testing using an iPad running iOS 7.1, but also have tried the iPad simulator running iOS 8.0. According...
View ArticleXaml Parse Exception
I'm getting this in my project - only I don't use Xaml. Any thoughts? ExceptionObject {System.Windows.Markup.XamlParseException: [Line: 0 Position: 0] ---> System.Windows.Markup.XamlParseException:...
View ArticleXaml Parse Exception
I'm getting this in my project - only I don't use Xaml. Any thoughts? ExceptionObject {System.Windows.Markup.XamlParseException: [Line: 0 Position: 0] ---> System.Windows.Markup.XamlParseException:...
View ArticleHow to remove divider line in a ListView after each ViewCell?
How would I remove the divider line after each ViewCell in a ListView?
View ArticleContent View going out of display view in Horizontal Stack
Hi, I am facing problem in placing 2 labels horizontal. The second label is moving out of display are.. public static Page GetMainPage() { var page = new ContentPage(); var lblCount = new Label() {...
View ArticleXamarin Forms Labs Error when adding nuget package to Android project
I have no idea what this error means but maybe someone can expand? If you need any extra info let me know
View ArticleTypeLoadException when I try to get a SQLite connection from Windows Phone 8
Hello, I'm currently developping a Windows Phone application with Xamarin.Forms. To do that, I need to use a SQLite database in order to have a cross-platform application with Android and iOS. So i...
View ArticleXamarin.Forms 1.2.3 Prerelease 4 out
Enhancements: Android Image/ImageCell will no longer reload images when the ImageSource instance is the same for a reused element. Minor memory improvements when reusing elements (ListView). Bug fixes:...
View ArticleForms and unit/integration/ui testing.
Hi everyone. I haven't seen much discussion about testing Xamarin Forms applications so I am going to create one :-) We are using Forms to implement an application for Android and WP. We are currently...
View ArticleMake iOS Status, Navigation and Tab bars black
Am I missing the obvious? I've tried all sorts, and searched on all sorts, and just can't seem to make this happen - is there some trick to it?
View ArticleStyle a button in Xamarin.Form ?
Hi, I manage to style a button in Xamarin.Android project. But when using Xamarin.Form, seem like not much of option to style a button. Is there any resource on styling a button by using Xamarin.Form ?...
View ArticleIs it possible to add a toolbar to a Xamarin Forms page?
Such as a floating draw, like so:
View Article