Is there something like a ViewPager for for Xamarin.Forms.
Hello, I'd like to know if there is something that behaves like the ListView in Xamarin.Forms, but looks like some sort of ViewPager. By behaves the same way as the ListView I mean: Tie a ViewModel to...
View ArticleCamera Customer Overlay
Im currently using Xamarin Forms Labs - https://github.com/XLabs/Xamarin-Forms-Labs to select images from the cameral roll or take new photos. This is okay but I need to have to separate buttons, one...
View ArticleRunning this Project requires a Android device with API 14 or above
I'm new to Xamarin and just downloaded Xamarin 5.5.2 and installed in my Windows system. Went thru the instructions to get "Hello World" to run and all I get is either "Does not support minimum target...
View ArticleBuild Host not Working in Yosemite 10.10
Hi Everyone ! Unfortunately i updated my mac OSX today and now i am unable to connect to MAC-Build Host from my windows 8.1 can anyone has a solution to this damn issue ? i heard that the bug has been...
View ArticleAndroid app is not showing the given app name when apk is installed on device...
I am giving app name in android project-> options ->Android Application-> Application Name (Myapp)& Package Name(Myapp). After signing when I am trying to install the apk independently on...
View ArticleHow to play a local mp4 file in PCL project?
How to play a local mp4 file in PCL project?
View ArticleIOS Simulater = Big White Screen?!
I really really want to like this product. I was drawn to the concept of Xaml once and run on Android and IOS...works for me. After/If we get some traction we can go back into the code and do...
View ArticleProgrammatically closing AlertDialog
Hi. I am opening and awaiting an AlertDialog while there is a timer ticking on the background. Once the time elapses, I need to programmatically close the AlertDialog. Is there a way to do it at all?...
View ArticleAre debug symbols available for Xamarin Forms?
I'm writing a custom layout extending StackLayout and there is an exception getting thrown from inside xamarin forms code. I can't step into any forms code when debugging however as there are no...
View ArticleSystem.NullReferenceException Xamarin.Forms.Platform.Android.Platform.OnLayout
Been getting this bug ever since I upgraded to 1.2.3.6275. I have seen some threads saying this was a bug in 1.2.2 or 1.2.1. Seems to be an issue with my custom renderer. 10-17 02:29:07.335 E/mono-rt (...
View ArticleOpenGLView and conditionnal OnDisplay
Hello, I want to do a conditionnal OnDisplay on a OpenGLView . The idea is if scene was not changed, don't render it to avoid battery drain. If i just make all the OnDisplay code conditionnal,...
View ArticleICommand and async causing Mono to go BOOM!
I'm trying to bridge the gap between the ICommand world and the async word. Most ICommand implementations are synchronous in nature which makes it messy to bridge the gap to asynchronous interfaces...
View ArticleHow to center a view horizontally in a RelativeLayout?
I want to center a label horizontally in a RelativeLayout in Xamarin.Forms. I wrote about it in more detail on stackoverflow here.
View ArticlePushModalAsync Exception
Hi, I have a new Xamarin.Forms application, that right now contains two pages. An login screen and a dashboard. When I handle the login event on the login page i get an Exception with the...
View Articlejson output different in android than ios
Hi, I am building an app and when I get a json string from the google plus api for account info the json string contains less info than the json string in ios. For example the email adress is missing...
View ArticleSupport for Two Way DataBinding?
Anyone know if there is there support for Two Way DataBinding? For example, can I bind the "value" of the Stepper control to a Property so that when I move it up/down it changes the value? Example:...
View ArticleAutoCompleteView - tying to a selected item event
I can't seem to see what is firing when a user selects something from the list that is shown under the auto complete text box, but it must be somewhere. My goal is to show a loading image/activity...
View ArticleScrollview stops after using LayoutTo on Parent
Hi there. The problem I'm facing is that I've a RelativeLayout composed by 4 StackLayouts, they're all side by side. Only two of them are shown at the same time. The two that are hidden have a...
View ArticleMake CarouselPage as windows phone pivot/panorama control in Android
Hi, I would create a control like Skype interface in an Android app. It's like pivot/panorama item on windows phone. How can I make it? Can I use carouselPage or should I make a custom interface with...
View ArticleIs there a View resembling to UIPageControl in XF?
Hi folks, I know I can't add a Page to a parent Page. The only "Control" I found in XF is CarouselPage, but it's not a View and can't be added to a parent page. Anyone knows a View resembling to...
View Article