AppCompat V7 SupportActionBar won't persist Icon
tl;dr When I programmatically set the icon on my Toolbar and then rotate the device, the icon is gone. Earlier I asked a question about how to gain access to the new AppCompat Toolbar, and while I was...
View ArticleHow to handle navigation in a MasterDetailPage using Context Actions of a...
Hello there, I will try to give an accurate explanation for the issue I'm facing. Context : I'm using a MasterDetailPage for my main navigation. In a Detail page (used as a NavigationPage), I display a...
View ArticleXamarin.Forms 1.5.1 AppCompat Toolbar on API 16 back button color changes
Hello, I currently tested the AppCompat using a Toolbar with the DrawerLayout. We use a black back button on a white toolbar. This works fine on > Lollipop. But on API16 I noticed a strange...
View ArticleBindableProperty in custom control for Color?
Hi folks, I've got a BindableProperty in my custom control that has properties that successfully cause OnElementPropertyChanged when I change them in a form or code-behind file. But the ones that are...
View ArticleDifferent custom viewcell for List view selected Item
I have a list view with custom view cells. It has a label and an arrow image. What I want to achieve is when a list item is clicked background color, label text color and image should change. Can...
View ArticleCustomize List View Item cell click listeners
I've created Master-Detail page in Xamarin forms. There are two views in my list view item :- 1. Image 2. Label. I've created this list-view cell by using ViewCell. Now when user clicks on any item of...
View ArticleXAML Binding within a resource dictionary (ContentPage.Resources) does not work
I am creating a form using MVVM. In general it works, however I want to bind the Command property of each item in a ListView control to an ICommand on the view model, shown below (the property I need...
View ArticleAuto Complete using Xamarin Forms in C#
Hi, I am trying to create a AutoComplete Text Entry using Xamarin Forms. Can anybody help me in creating a custom renderer for the auto complete text field in C#. I am using MVVM concept.
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleHow to port from xamarin forms android to ios
I have successfully created and coded up an Android "Forms" App (Developed on Xamarin Studio on Windows) and now need to port everything to an equivalent IOS app. I have downloaded all the tools to my...
View ArticleResetting 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 ArticleException while running ibtool: -[IBUViewControllerAutolayoutGuide...
I'm running into a problem in my PCL project. Whenever I try to debug the iOS portion, I get the following error: Error 2 Exception while running ibtool: -[IBUIViewControllerAutolayoutGuide...
View ArticleFontAwesome Label: Here's how!
Here's how you'll use the new FontAwesome label (Any Graphic font will work, but FontAwesome is Awesome): var coolLabel = new FontAwesomeIcon(FontAwesomeIcon.Icon.Gear) Here's how to set it up....
View ArticleUnable to deploy app in android mobile
Hello All, I am unable to install the app in my android mobile in debug mode. I have check listed the following things. 1.Put the mobile in debug mode 2.Giving permission to app while installation....
View ArticleToolBar of earlier page is displaying.
Hello All, I m going through a strange problem.I have implemented an Navigation.pushAsych method to navigate from one page to other page. It's navigating correctly but ToolBar of earlier page is...
View ArticleYou Like what you like…?
Hi all Many users spend a lot of time to help other users, what is not self-evident. I have noted that often really good postings of users are not “Liked” in the threads. This is a pity, as the “Like”...
View ArticleLinkAssemblies task failed unexpectedly
I don't know what happened but my app will now not build because I get this error: Error 1 The "LinkAssemblies" task failed unexpectedly. Xamarin.Android.XamarinAndroidException: error XA2006:...
View ArticleAnyone know how to remove the blue line under Android ListView Group Headers?
Hi, has anyone successfully managed to remove the thin blue line under the Android Listview Group Headers? I've tried a number of approaches, nothing appears to work, any help would really be...
View ArticleUnable to load image from my device documents
Hi, I am unable to load an image which is there at path "/private/var/mobile/Applications/4772CE3E-2552-410F-937D-823ED0C40671/Documents/temp/IMG_20140718_181542.jpg" on my Image. What the exact...
View ArticleIs it safe to pass null to DisplayActionSheet? Question for Xamarin please.
I have been trying to use DisplayActionSheet to implement what should be a trivial piece of functionality. Inevitably there was a pretty significant bug on WinPhone (#21652) that cost some time, but...
View Article