Button animation
Hi , I would like to create an animation for a button click.But am new to xamarin forms.Could you say how to do the following animation? actual button.png is the one at the beginning.On clicking the...
View ArticleImplementing Radio button contrl in Xamarin forms
Hi, We are evaluating Xamarin.Forms with creating sample application.We are not able to find Radio button control in Xamarin.Forms. Kindly anyone show me the direction on how to implement Radio button...
View ArticleMedia Plugin PickPhotoAsync() doesn't work in Android
In Android API Level 21, using the MediaSample project (unmodified) from the downloaded Media Plugin package: PickPhotoAsync() returns "Unknown identifier: file". Other functions work fine.
View ArticleMarkupExtension not found
Hi, I had this MarkupExtension that worked fine in Xamarin Forms 1.3.3, but after I upgraded to 1.4.0 (and 1.4.1) it stopped working. I keep getting this exception:...
View ArticleSlider control won't let me set Minimum EDIT: XF 1.4.1
Hi guys, Trying to use a Slider, see this code in a ContentPage descendant: Content = new StackLayout { Children = { new Slider { Minimum = 5, Maximum = 30, Value = 10, }, } }; The first few lines of...
View ArticleHow to change the text color of an Entry?
Hello! I am trying to create my first real Xamarin.Forms app and I ran into a problem. I want to change the color of an Entry on Android, but I do not know how to that. I followed this article to...
View ArticleSome appreciation
a lot of us are quick to mention when we have issues or voice disapproval, I've been doing my share of bug raising and looking for answers here too. however, I also want to take a moment to let anyone...
View ArticleAsync Page generation in CarouselPage
I was wondering if there is a way to have the CarouselPage generate its pages async. I'm using MVVM and my CarouselPage ViewModel makes an async call to get all the items needed to generate its pages....
View ArticleActionSheet buttons no longer text centered in XF 1.4.1?
After upgrading from XF 1.2.3 to 1.4.1 I noticed that action sheet no longer has the text centered. Has anyone else experienced this, or am I missing a new overload/property that controls this? Thanks...
View ArticleProblem with localization / resources
Hi. I've tried to implement localization using this document: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/ I've also download @CraigDunn...
View ArticleRelease .apk not not working properly – how to debug apk
Hi Guys Would appreciate if someone could shed some light on this issue. We have a Forms projects, then we converted to ios to unified, also update the nugget from 1.2 to 1.3 On android project, we can...
View ArticleDo you guys get code completion in Shared projects used in PCL xamarin app?
I'm using websync and icelink from frozen mountain software, which requires one to write a shared project in which to write the websync/icelink code against their libraries (they have identical apis...
View ArticleImpossible to run new apps
Hi mates, The OS X version is 10.9.4 and Xamarin Version 5.7 (build 661). And we have a business license. We work with PCL projects with android and ios. If i use the old apps that we have they do not...
View ArticleListView, iOS, HasUnevenRows = true and ObservableCollection
My use case is that I'm attempting to implement an infinitely scrollable listview which has uneven rows. I've already logged a bug regarding the behaviour of the ItemAppearing event when using...
View ArticleHow to set font family to whole application?
In Xamarin.iOS I can achieve this via Appearance API (except font size). But in Xamarin Forms Appearance API not working. Writing custom renders for all controls is too complex and dirty. Is there an...
View ArticleStoryboarded animations (XAML)
Hi, Any way to use Storyboarded animations (XAML) in Xamarin Forms? Thanks!
View ArticleUnknown MSBuild failure. Please try building the project again
Hi, Above is the error code I hit when I tried building my iOS project from Xamarin forms via mdtool command. Any idea? Process exited with code 1, command:...
View ArticleHow to get app bundle version information programatically in xamarin forms?
I need to pull out the bundle version set in iOS as well as the version number from Android. How possible for me to access all this bundle related staff from Xamarin Forms?
View ArticleXLabs SimpleCache with Timespan
Hi, How can i do caching using XLabs SimpleCache with Timespan? Thanks.
View Article