Error ITMS-90096
I am getting the following error when submitting to the Apple Store: ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch...
View ArticleIs it Possible to Use Google Maps API V3 with Xamarin.Forms.Maps?
Hi, I have read through the Working With Maps sample and see that Xamarin.Forms.Maps is used with Google Maps API V2. In our case, we need to geocode an address and set a marker on the map for a list...
View ArticleAdd separator/divider between rows in a ListView
I know there exists a solution for IOS(using ExtendedViewCell from Xamarin forms labs), but I am looking for a way to do the same for Android. This is how I am solving it for now, looking if someone...
View ArticleSetBackgroundColor in android renderer causes my other form elements...
I am implementing a custom control with renderer based on a view. I add a button to the view and handler the click event. In the click event, I want to set the background color. But when I do it seems...
View ArticleNew Plugin - MapExtend
I build this Plugin MapExtend for Xamarin.Forms is a plugin for Xamarin.Forms allowing users to draw routes, reveal nearby locations, distance between two points and place pins at certain addresses....
View ArticleDo gesture events bubble up?
I have a UI hierarchy like so: ContentView -> ContentView -> ContentView -> Label. I'd like to use the same TapGesture when the user taps on any of the views. I noticed there doesn't seem to...
View ArticleTabbed Page Action Bar Rendering
The follow is a way to overwhelm the issues when setup the action bar of a tabbed page project. But before showing the rendered let make a short intro for the guys who is using this for first time....
View ArticleXaml binds
Hello, i am doing a project and in one xaml page i have some textblock with bind like this ` <PivotItem Header="Lista"> <ListView x:Name="List1" ItemsSource="{x:Bind...
View ArticleAchieving the common UI(iOS/Android) for the tabbed navigation in Xamarin...
Need to override the default tab navigation in Android to make it similar to the iOS tab navigation(icon followed by text at the bottom of the page ) using FreshMvvm navigation.
View ArticleToolbar title set center align.
how can i title will be set center align in toolbar using Android layout.
View ArticleHow to add an assembly reference?
Hi, I have a Xamarin.Forms PCL project, when I use "System.ServiceModel.MessageHeaderAttribute", I got an error for it, the error message is "Error 125 The type or namespace name...
View ArticleFFImageLoading does not display images properly
I'm not exactly sure what I'm doing wrong here, but can you shed some light? @FabienMolinet @DanielL public App() { var contentPage = new ContentPage { Content = new ListView { ItemsSource = // Set...
View Articlehow to set Tab in bottom of screen Xamarin Forms Android
forcing tab layout to bound to bottom of the screen, like IOS one. Doing same in xamarin android seems very easy...
View ArticleCustom Page Transitions with Xamarin.Forms?
Is it possible to override the default Page Transitions for Xamarin.Forms when calling PushAsync or PushModalAsync? For example, I would like to have slide or fade transitions for Android. I have tried...
View Article"LinkAssemblies" getting error
We build xamarin forms application and when we are trying to go for android release using "LinkAssemblies" we are getting the following error: C:\Program Files...
View ArticleIs there any way to show Tabs on bottom in Android using TabbedPageRenderer?
I wanted to customize tabs on Android as they are shown in iOS instead of native look on android. Can this be achieved using TabbedPageRendere?
View ArticleManual Download Android M Repository
Hi, I am quite new to Xamarin.Forms. I just recently update my Xamarin.Forms to 2.0.1.6505. When I build the solution, it is downloading the Android repository zip file android_m2repository_r22.zip....
View ArticleCreate custom Tabbar in Xamarin Forms using NaviagtionPages & Buttons added...
I want to create custom Tabbar in Xamarin Forms using NaviagtionPages & Buttons added inside a ContentPage. I do not want to use the default Tabbed Page because the UI shows up differently for...
View ArticleFace Recoginition Feature in Xamarin forums using Xamarin Studio
Hi I would like to bring the Face recognition features in Xamarin studio[windows platform].I have tried to using Microsoft Oxford Face Nuget Package but it is dependent on Newtonsoft Json which should...
View ArticleToolbarItem Icon not working on Android
Dear Collegues, I am creating project in Xamarin.Forms as a part of my Master thesis project. I have a XAML view: <ContentPage.ToolbarItems> <ToolbarItem Text="Refresh">...
View Article