Google Maps with Xamarin.Forms - Get Directions
How can I get the directions using the Google API (Map) for Xamarin.Forms?
View ArticleUpdating ObservableCollection from async task crashes app. Bug or are we...
Hi We are currently building a Xamarin Forms application but have encountered a problem. It is sometimes crashing (in Android) whenever an ObservableCollection is updated from an async task. We do some...
View ArticleIs there a method similar as ViewwillAppear() or ViewDidAppear() in Forms??
I want to load something when the view will appear which is pretty much similar as ViewwillAppear() or ViewDidAppear() in iOS?? Can I use something instead? Thanks advanced.
View ArticleListView inside StackLayout: a height problem
In a ContentPage I have a ListView inside a StackLayout inside a ScrollView. The ListView is populated (ItemSource is set) in the ContentPage when OnAppearing gets called and I can see that the list is...
View ArticleTesting in Android - getting an error with the shared runtime
I'm trying to test my XF application in an Android genymotion emulator. Unfortunately, I can't get the application to start. I am getting the following error when I look this up in monitor. This...
View ArticlePage Lifecycle
I'm trying to override 2 Xamarin.Form Page lifecyle methods (OnAppearing() and OnDisappearing()), but it doesn't appear to be working. ` protected override void OnAppearing() { base.OnAppearing();...
View ArticleCustom Cell Click (ListView)
Hi everyone. I have a custom cell class for my listview. When i selected an item, i want to get it's name variable. But I couldn't do it with ListView's itemselected function.. Please help me! Thanks!
View ArticleNavigation Page Toolbar
Hi! How can I add a bottom toolbar to my Navigation Page? I'm using Xamarin.Forms, not iOS specific code.
View ArticleGridView with ItemsSource?
Are there any plans to implement the Grid with an ItemSource property?
View ArticleNew Bug?
I set a style in my application start file and tried to set it to an Style in my form page and it returns a null; however, it returns a value if viewed via the intermediate window. Sometimes my Xamarin...
View ArticleRemove AppIcon from xamarin.Forms
I am following this link https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ for masterdetail and achieved quite well Now trying to remove the app-icon and the also I am...
View ArticleHow to implement push notification into Xamarin.Forms (Android and iOS) ?
I have my website (using ASP.Net), when i post new topic in my website, i want to push notification into mobile app (Android and iOS) with message "Have new topic on website ABC" I research PushSharp...
View Articleweb services in wp8
Hi I am not able to add System.Web.Services,System.Web.Services.Protocols , [System.ComponentModel.DesignerCategoryAttribute("code")] in xmarin shared project , i am able to run ios and andriod but in...
View ArticleHow do you create a Material MasterDetailPage?
Hi! I'm creating an app using the MasterDetailPage. I was inspired from Hanselman and have used a bit of his code. Everything is going pretty good, but I have a hard time designing the NavigationDrawer...
View Articlecross platform FontFamily
Hi there, I need to specify different FontFamily for different Labels in my app. I need to use the default fonts (e.g. Roboto for Android and Helvetica for iOS) with their modifications (e.g. Light,...
View ArticleFix for Button Layout Bug on Android
If you've run into the same problems with layout on buttons that I have where when you either add other controls, or even just do things like set text on labels, and you're finding that the Button text...
View ArticleSiddique Ahmad
I am new to xamarin Forms.When I am running xamarin forms app in an emulator it is showing that unfortunately App has stopped.Can anybody help me on this issue.
View ArticleStacklayout/ScrollView extremly slow in Windows Phone...?
Hi all I my app, I show (inter alia) an detail-page with a StackLayout in a ScrollView. The data are queried from a web-service. While the page is shown in about a second in iOS and Android, it takes...
View ArticleBug, iOS, Label with StartAndExpand HorizontalOptions does not expand if...
Hello there, Because a picture is worth a thousand words, let's start with this: As you can see, I am trying to build rows with a left-aligned Label (LayoutOptions.StartAndExpand) and a right-aligned...
View ArticleButton inside ListView
Hi all, I think I have found a possible bug on Xamarin Forms (android): when you add a button to a ListView ViewCell, the selectedItem binding property stops working on Android (it still works on iOS)....
View Article