How to set a xamarin semi background in forms
Hi, I have an application which has a menu option. The menu has to be implemented with a semitransparent background. Is there any way I can do it on xamarin forms.
View ArticleSatellite Menu with Xamarin Forms
Hi! I was wondering if anyone has used Satellite Menu component with Forms. I guess you have to implement some sort of interface and custom control mix since satellite menu component is implemented for...
View ArticleMultitrigger on a Button doesn't work
Hey maybe someone can explain to me why this code is not working. When the conditions are met the Button doesn't get enabled. Or do the conditions don't work like that. I mean !string.IsNullOrEmpty...
View ArticleHow to resolve assembly dependency for 1.5.1 in WP ?
Hello, I upgraded xamarin forms version from 1.4.0 to 1.5.1. In this new version Android and IOS working fine but getting assembly dependency issues for WP. I upgrade my all references but no luck,...
View ArticleSearchBar.PlaceholderColor
Hello, at https://developer.xamarin.com/api/property/Xamarin.Forms.SearchBar.PlaceholderColor/ is described as public property in SearchBar.PlaceholderColor. I use version 1.5.1.6471 but this propery...
View ArticleTaller Mobile C# (Mobile C-Sharp Developer Wokshop Costa Rica)
Tema: Foro de bienvenida y discusión para el Taller Mobile C# Developer de Costa Rica. Cubriremos aspectos generales del taller y primeros pasos.
View ArticlePage transitions in Xamarin.Forms Android
Hi all, I'm working with with an Android project in Xamarin Forms. I'd really like to leverage some device standard animations to apply to all of my page transitions. Is there an easy way to do this?...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleSidebar Navigation integration into a Xamarin Forms project
hi, I'm trying to get the Sidebar Navigation component working in a Xamarin Forms iOS/Android project. For some reason though my project doesn't show the menu on the top right of the root form as...
View ArticleNuGet.targets error installing packages.config using Xamarin Studio on a Mac
The Xamarin.Forms project was built in Visual Studio 2013. I am now trying to run the IOs app in Xamarin Studio on a MacBook. I've researched the web and the Forums, but I can't find any articles to...
View ArticleXLabs Calendar shows in Droid, but doesn't in iOS
Has anyone come across a problem using the XLabs Calendar control with their iOS project? The control appears just fine within my Droid project, but when I test it out on iOS, it's not displaying at...
View ArticleHow can i adjust the text alignment in date/ time picker?
How do i adjust the text alignment in date/ time picker? Only with a custom renderer?
View ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
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 ArticleHow can i implement a timer in xf ? i need a sleep safe timer
Hi all, i currently use "Xamarin.Forms.Device.StartTimer" to start my timer. As suspected, when application goes to sleep mode, timer go to sleep with it. Is there any way to implement a timer ? Please...
View ArticleMVVM Binding not bubbling add new element from collection
Hello, I've implemented a component which displays a simple view. The view is bounded to my user control throught the ItemTemplate (based on DataTemplate type) as we could do for a ListView or any...
View ArticleAdding a ScrollView to a Carousel works on iOS but not Android
I have a CarouselPage that contains two ScrollViews each containing a grid. On iOS I can swipe from side to side to select a ScrollView and then that ScrollView scrolls vertically to let me see the...
View ArticleDoes Xamarin.Forms.Maps work on Android in China?
Given the list of websites blocked in China (see https://en.wikipedia.org/wiki/Websites_blocked_in_mainland_China ), I am wondering whether Xamarin.Forms.Maps works on Android in China, or whether it...
View ArticleXAML Relative Layout calculations
Hi guys, a question re XAML forms, how can you work out dimension calculations in XAML forms for a relative layout. Imagine you want to display a box height 100, width 100 in the middle of the screen....
View ArticleObject Reference error updating Xamarin.Forms to 1.5.1.6471
Hi All, I'm using NuGet to update my Xamarin.Forms application to 1.5.1.6471 (I'm on a 1.4 version) and am experiencing an object reference not set to instance of an object error when doing so. Has...
View Article