MasterDetail Page customizing the style (BarBackgroundColor, BarTextColor..)...
Hello, I'm new to Xamarin.Forms, I'm using a MasterDetail Page which works fine in my app. Problem is, I'd like each Detail Page to have its own style : considering BarBackgroundColor, BarTextColor......
View ArticleSleep and Thread
Hi, There are methods Sleep() and "Invoke on MainThread" in Xamarin Forms ? Thank you.
View ArticleIs it possible to navigate between a Xamarin forms content page to an Android...
I started a shared project and I'm building my app using xamarin forms. When I was trying to use Xamarin Mobile reference I noticed that I might have to create an activity(in case of android) so I can...
View Articlei can't find Forms ContentPage Xaml
i created PCL Xamarin forms application, in xamarin studio i was able to add Forms (Forms ContentPage Xaml), in Visual Studio i was able to see only code page. i cant add xaml page at all. i use VS...
View ArticleXamarin Forms iOS Navigation Bar Image
I am attempting to set the Navigation Bar Background Image using the NavigationPage.SetTitleIcon(this, "image.png"). However, what appears is the image centered in the Navigation Bar with white space...
View ArticleHow to add a background image to my application
Hi Guys, I want to add a background image to my application for the look and feel. I know how to use the local and the embedded images but i want to make my entire application with a default image....
View ArticleMoved: How do I send options to the android contacts app?
This discussion has been moved.
View ArticleOpening Master page from MasterDetailPage
I have an issue with accessing Master page from CarouselPage. Master page is accessible from all other pages by swipe (as expected) but not from my CarouselPage, I'm navigating to it like:...
View ArticleCustomize android back icon
Hi, I want to customize android back arrow icon I have tried styling like this item name="android:homeAsUpIndicator">@drawable/back_icon But it does not work How have you done it?
View ArticleProblem with Facebook Components Namespaces
Hello, I'm Having some problems when using Facebook components for iOS. I use Facebook SDK (by The Outercurve Foundation) in Forms for some cross platform Facebook activities. To get the access token...
View ArticleIssue loading style code when debugging on Android
Hi there, I am relatively new to the Xamarin universe, but so far I must say that I am really enjoying the product! I am currently writing my first program and have ran into a snag. When I build and...
View ArticleHow can i validate Entry control as required in xamarin.forms ?
Hello, How can i validate Entry control as required in xamarin.forms ? Already i have tried xamarin.behaviors. but didn't worked.... anyone can assist me ?
View ArticleNavigation Back Button Image not working with Custom Renderer
I have taken my working Navigation Renderer and added setting the Back Button to an image and it is not working. I am getting the word Back instead of the desired image. Here's my code: using System;...
View ArticlePopAsync not removing screen from NavigationStack
Hi, I have a page A and I push a page B. Page B calls a modal page (full screen ad). While the ad is displayed, I call PopAsync. After the ad, I'm back on Page A however Page B is still in the stack....
View ArticleXamarin.Forms.labs
Hi Everyone, Any one please give me guidance for using Xamarin.Forms.labs in my Project. I want to Camera access and use Gallery image access. Thanks in Advance.
View ArticleHockeyApp-Integration for Xamarin.Forms available?
Hi together, does any tutorial for integrating a Xamarin.Forms App with HockeyApp exist? Thanks, Sascha
View ArticleDisable second tap on Image
Hi All, I have an image where i am handling the click event using gestures. Example Below. XAML CODE <Image Source="info.png" HeightRequest="20" WidthRequest="20">...
View ArticleAnimated gif in Image view
I've tried multiple gif files, with no luck Their first frame can be rendered correctly, but does not animate Will animated gif be supported? Or do we have to implement ourselves? What other image...
View ArticleCustom renderer problems for rendering Android's Actionbar's tabs
I've been trying to achieve a simple task: Changing the font of my Xamarin Forms Android app's tab bar items' font. I have a custom font and I've so far been successful using it elsewhere in the app....
View ArticleXamarin-Forms-Labs Checkbox not visible on iPad
Hi, i'm using the checkbox control of Xamarin-Forms-Labs. Everything seems to working fine on Simulator but when i will test my App on my iPad i cannot see the checkbox. I think its an issue with the...
View Article