Could not install package 'Xamarin.Forms 1.0.6186' (Windows)
I installed Xamarin from the installer on the homepage onto a Windows 7 Pro with SP1 (32-bit) PC on 12/06/2014. The t-shirt sample app builds and runs as expected. I want to create my own app from...
View ArticleCarouselPage with circular paging?
Can CarouselPage work in a circular manner? You know, like a carousel :P that just wraps-around when it gets to the beginning or the end of it's children? An example could be to page up'n'down days in...
View ArticleEditor Control Bug? Binding to Text Property
I believe I found a bug with the Editor Control in Xamarin.Forms. I'm using the XAML approach, so I'm not sure if the issue also exists when binding programatically. When binding to the Text property...
View ArticleActivity Indicator is not displayed when added to dynamically to the screen...
Hi Team, I have an scenario will be creating the UI dynamically using the Absolutelayout ,when it does some action in the middle I have to show the activity indicator. for that I have added it to the...
View ArticleIs there any window Focus event in XAmarin.Forms?
In my application having classes like A and B. If i am going to A to B then i am closing B and i need to update A page UI once A page is focued. I tried OnAppearing event but it is only calling once...
View ArticleWebView and Retina Images
Does Xamarin.Forms WebView automagically handle Retina images on iOS? If not, is there a way to do so? Thanks in advance for your help!
View ArticleFrame/Layer with native camera
I created an app using Xamarin.Forms that uses the native camera. I need to create a layer/frame over the camera like the attachment. Can I do it? How? Thanks, Cesar Vilarim
View ArticleOne solution for Initial Dialog Challenge
There is a repeating issue on the forums about how to have an initial dialog show without it being pushed into the history or having the user be able to use the hardware back button to get to the main...
View ArticleBitmap loaded in memory multiple times
I'm having an custom renderer for Image control. Here's behaviour that i have noticed: If i set up breakpoint protected override void OnElementChanged(ElementChangedEventArgs e), each time before...
View ArticleHow to track down OutOfMemory exception on production device?
I've got a user running a device that I don't have access to. All of the devices that I do have access to, do not throw this error. I've implemented error tracking in the app, and this is what it's...
View ArticleSystem.Reflection.MethodBase.GetCurrentMethod in PCL
Hi I want to get the current method name in a Xaramin Forms projects (PCL) I'm used to using System.Reflection.MethodBase.GetCurrentMethod in .NET but have problems in PCL project Is there any other...
View ArticleNavigation Drawer in Xamarin Forms
Hi, How can I create Navigation Drawer in Xamarin Forms. I have seen following example but I am looking for a real navigation drawer...
View ArticleHow to build the entire Xamarin Forms solution using the command line on Mac
I got to find the commands to build the iOS and Android projects from this link but these don't trigger the build of the shared project. These commands I'm using are: /Applications/Xamarin\...
View ArticleAn Image in ViewCell - is it possible to make the Source bindable?
I have a ViewCell where I take full control on the layout etc. I have a few images there, is it possible to have the source of the image part of the binding of the record that is represented by the...
View ArticleRetrieving launch arguments from URI?
I could really use some help. Maybe I'm going about this the wrong way, but we're going to launch our application from a URI (don't know how exactly but I've seen it done). The URI should/needs to...
View ArticleAsync task blocks UI
Hi, I have an async task that I call in another async Task with the await operator. This second task processes data from a list and this takes about 2 seconds. But in those 2 seconds my UI completely...
View ArticleIs there a z order for a layout?
Sometimes. I want change the layer z order. Layer b cover layer a. but i duno how to do that?
View ArticleBasic Storage using Xamarin.Forms and Xamarin Studio
I have been going around and around for hours with a seemingly simple task of storing very basic information in a Xarmarin.Forms PCL app. All I want to do is have a user enter one thing into an Entry...
View ArticleTabbedPage .NavigationPage??
1.android: How TabbedPage Lane tab appears at the bottom ? 2.How to make the title of NavigationPage in the android in the middle. Ios , where the left is displayed in the display icons
View ArticleButton RotateTo
I am trying to rotate a button 180 degrees when a flyout menu is open/closed. I am using something like the following: flyoutBtn.RotateTo( (flyoutOpen ? -180 : 180), 400, Easing.CubicInOut ); On iOS,...
View Article