Can't change text of Editor or Entry for Windows Store App
I tried creating an entry with a behavior that only allowed integers to be entered. I handled the TextChanged event and if the entered value wasn't an integer I'd set the text back to the old value....
View Articlepassing an object in the constructor to a clicked event
I'm pretty new to Xamarin and recently start trying to make an App using the Xamarin.Forms XAML: <Button Text="Quick Links" BackgroundColor="#99CCFF" Grid.Column = "2" Grid.ColumnSpan="2"...
View ArticleI need to give an image and a label as a footer in splash screen in...
I need to give an image and a label as a footer in splash screen in xamarin.froms, how is it possible?
View ArticleVisual studio 2015
Anyone else getting compiler problems with Xamarin forms in visual studio 2015? I have the Xamarin packages there but I'm getting things like ContentPage doesnt exist
View ArticleTheme = "@android:style/Theme.NoTitleBar"
Why does my Xamarin.Forms android application crash when I attempt to specify Theme = "@android:style/Theme.NoTitleBar" in my Activity?
View Article[XLabs 2.0.0-pre91][Android] MediaPicker SelectPhotoAsync Crash
Hi Everyone, I try to make a use of MediaPicker in Xamarin Forms and it works perfectly on iOS and Windows Phone but it crashes on Android. It crashes wo no exception whatsoever as the Exception is...
View ArticleUnhandled Exceptions
Whats the best way to catch global unhandled exceptions in Xamarin Forms? Thanks
View ArticleHow to create a pop-up form for users to fill out when a button is clicked?
So I have a CarouselPage that users can navigate between a few pages with different information. I'd like for users to be able to click a button from any of those pages and have a form pop up for users...
View ArticleHow to create an Entry for address with Current Location option in...
I'd like to add an Entry for users to enter an address but would like there to be an option for Current Location like they have built into the maps app in iOS and Android. Is there any way to do this...
View ArticleContentPage pop
Hi, Is there a way to programatically close a content page with xamarin forms? I don't see a close method or something similar. I have a timer in the class that will popasync if a certain condition is...
View ArticleSwipe Gesture on Relative Layout
have a Xamarin App which I am trying to add swipe gesture recogniser to a Relative Layout via Custom Renderer. public class MainPageCarouselRenderer : VisualElementRenderer<RelativeLayout> {...
View ArticleHow to deal with "Back"?
I found this http://forums.xamarin.com/discussion/18565/override-cancel-pop-when-hardware-back-button-pressed-using-navigatepage but it doesn't provide any clear answer as to how we are supposed to...
View ArticleUI Tests - StyleId on ToolbarItem and other elements
We're currently trying to get some UI Tests up and running with our solution, and the Xamarin documentation states that we should be able to attach the StyleId attribute which will then be passed...
View ArticleRemoving from the ItemsSource of ListView does not update the native listview
The code is below, I'm testing with android platform. When the item is removed, it remains in the listview, and when you interact with it the listview complains that the adapter state changed without a...
View ArticleResXFileCodeGenerator can only be used with .NET projects
I started a Xamarin.Forms project a few months ago, and then the Unified changes came. So, it appeared to be easier to simply recreate the project from scratch using the new app templates than porting...
View Articlemy gridview doesn't show any data in view
i used xlab gridview control and my gridview doesn't return any data it shows blank... here is the code public class GridPhotos : ContentPage { public GridPhotos () { BackgroundColor = Color.Yellow;...
View Articlesdk for multiplayer games.
Hi. I have developed a turn based board game. I wanna include multiplayer functionality. I have several options and all of them have drawbacks: 1- photon : it only supports 20 concurrent users....
View ArticleTabbedPage Icons not visible (Android)
Hi, I want to add Icons to my TabbedPage (see image ) but the icons don't get displayed on Android Devices: Here's my sample code of my shared projects GetMainPage method: `public static Page...
View ArticleNeed Image.Aspect.DoNothing
I'm creating a view with several image views where I don't know the size of the image at design time. I want the images to just be centered in the control and I don't want the images stretched in any...
View ArticleChanging Android's StatusBar color (statusBarColor/colorPrimaryDark)
I'm having quite the struggle with changing the StatusBar's color for the Android version of my Xamarin.Forms application. After searching the topic for quite a while I couldn't find any property to...
View Article