Xamarin.Forms.Maps
Try to add Maps in a Xamarin.Forms Application. But using Visual Studio 2013, trying to add a Reference to Xamarin.Forms.Maps, I cant see the Library. Where can I find it ? Regards Rolf Hjemdahl
View ArticleI want to change NavigationPage Title icon on every Tab selection of...
I have TabbedPage with three tabs having different Pages. I want to have different "NavigationPage title icon" on each tab but i am failed to achieve it. I can change Navigation Title for each page....
View ArticleHow to close my app?
I want to close my app from click event. But i can't find a method to do so. Is this implemented in Xamarin.Forms or do i have to make a DependencyService? If i have to make an DependencyService can...
View ArticleXamarin.media windows phone 8.1 crash
Hi, i'm trying to use the Xamarin.Media plugin to access the camera on windows phone 8.1, i'm using the default code to do so (see screen shot attached), but when i click on the button to open the...
View Articlehow to show the selected items of the tableselection ?
How can I get Setting/About when I click on it? its a tableview can I get data onclick? var section = new TableSection () { new TextCell {Text = "Settings"}, new TextCell {Text = "About "}, }; var root...
View Articlexamarin forms windows phone 8.1 camera access crash xamarin media
Hi, i'm trying to use the Xamarin.Media plugin to access the camera on windows phone 8.1, i'm using the default code to do so (see screen shot attached), but when i click on the button to open the...
View ArticleXLabs MVVM NotifyPropertyChanged Raised but Binding not changed
Hi all, I try to implement the MVVM pattern using XLabs in my cross-platform app. I have a ListView binded to a list with a one way mode. My list is asynchronously populated so when I set the...
View ArticleImage not showing
Hello, Image won't display when provided with a FileImageSource. Firstly, the image is taken with camera or gallery and saved to a file with a path like the following: File...
View ArticleHow to solve Xaml parsing error for media.plugin in windows phone 8.1?
I'm using Media.Plugin available in xamarin components which is working fine in Android and iOS but its not working in windows phone 8.1. I've checked many solutions and I've added these lines in...
View ArticleActivity indicator always in the cernter of the device screen
Hi, how is possible to get the activity indicator always in the center of the screen independently if the page starts with a ScrollView or StackLayout or RelativeLayout ? When for example I have a...
View Articleconfused about XLabs.Forms.Controls.ExtendedEntry
Hi Folks, I'm not sure why but after adding XLabs.Forms with NuGet to my PCL project and adding the xmlns like so: <ContentView xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleSet Toolbaritem icon
Hi, I'm trying to set the icon of a toolbar item. I have a forms solution with a project for Android and one for iOS. As the icon attribute expects a FileImageSource I'm not able to simply set it to an...
View ArticleTransparent Page and AppCompat
I have to display a popup. So I want to show a new page in the middle of the screen with a semi transparent background. In the old Android apps this used to work if you just set your Page.Background to...
View ArticleWhy does class name contains a hash?
Hi, If I print the class name of the Droid version of the LaunchScreen it gives like this: 73470f20dc18f556aff51bcfbcb1.LaunchScreen Why is that hash? Its also in the manifest. If I want to ClassName...
View ArticleWhat to put as launcher:ClassName for launcher favorite
Hi, Samsung wants to put the app I developed for the client to be in their launcher favorite and they are asking for the package name and class name of the launcher. Package name is quite...
View ArticleSwitch inside listview get listview item on toggle
I currently have a listview which displays a list of "ConfigurationItem" objects. Each row displays a "ConfigurationItem"'s Name and Status properties in a label and has a Switch hooked up to It's...
View ArticleGlobal resources from a XAML file
Tried searching for a solution to this problem, but didn't find one so I thought I'd share. If it's posted in the wrong place, I'm sorry. So my problem (as others have had) is that I want to build my...
View ArticleDetecting tap on different controls inside a listview cell
Two questions: In Xamarin.Forms, I have a listview. Each item is a ViewCell containing button, labels, images etc. First, I want to detect tap on each item inside a ViewCell. Meaning tap on label, tap...
View ArticleTaking a simple approach to localize in Xamarin Forms - Why this binding does...
I am taking the inspiration from Localization in WP8.x. Add Resx resources in a Resources folder in PCL project. Create a LocalizedResources class in PCL Project: `namespace MyApp { /// /// Provides...
View ArticleThe file "obj\Debug\android\bin\packaged_resources" does not exist
I just installed Xamarin in Visual studio and i have installed all files from the Android SDK library as well as done any updates to visual studio. When I create a new project and try to run it I get...
View Article