Adding KidoZen Xamarin SDK v1.0.4 to Xamarin Studio in Windows Platform.
Hi I have downloaded the KidoZen Xamarin SDK v1.0.4 from the http://docs.kidozen.com/download-sdks/. I tried to add to my Xamarin Studio but I got doubt I already set the path for Android SDK but Where...
View Articlegetting exception while removing child from RelativeLayout
Hello All, I am facing an strange problem,What I am doing that I am removing the topmostChild from a relative layout and assigning some other child to the same position.It's working fine for the very...
View ArticlePCL project working fine on simulator, but crashing on device, don't know why?
Guys, just wondering that I have created a small POC for consuming a web service by using PCL project for cross platforms. App is working fine on simulator in release as well as debug mode, But App...
View ArticleUse byte array as BackgroundImage on TabbedPage
Hi Is it posible to use a ByteArray as image source in tabbedPage. I have a byte to imagevonverter
View ArticleHow to create an ImageButton that scale the GridCell for iOS, Android and Win...
Hi I have tried the XLabs ImageButton control and it works fine, but it only works if you know the size of the image/button. I have written a ImageButton control for Windows Phone (using Custom...
View ArticleReload a Page after an event.
Hi, I'm working with a web view, and when selected I check if there is connection. If there is no connection I show an alert. Now I'd like to automatically refresh the webview and reload it as soon as...
View ArticleUnderstanding HTML tags
Is there a way to understand HTML tags in Xamarin forms?In our application we have the data coming from web service which may have HTML content like tag.I need to convert it to line break in our...
View ArticleRegEx
Hello, I am facing one of those problems that drives you crazy. Something you used to develop but today you don't know why: nothing works. I want to use RegEx in a PCL. In the beginning, I had a very...
View ArticlePossible to position control (such as image) above a Tabbed Page's tab bar?
Hello, I'm wondering if it is possible to place a control above a Tabbed Page's tab bar? My goal is to place a blue bar at the top of the view (so an image with blue color). I've attached an image. I...
View ArticleTrouble sharing a StreamImageSource from iOS IPhotoChooser
I have a Xamarin.Forms project which uses the native photo choosers on Android and iOS to load an image from the gallery or the camera and display it in a Forms page. My implementation uses the...
View ArticleXamarin Forms 1.3 Behavior Binding Bug
I have been playing with the new Bahavior class in 1.3 and discovered a bug when using Binding on a BindableProperty. I created the following behavior to allow an ItemsSource and an ItemTemplate to be...
View ArticleBuilding Release Version Fails (The "LinkAssemblies" task failed unexpectedly.)
After adding XLabs' NuGet packages (Core, Platform, Serialization, IoC, Forms, and Forms.Charting), I have been getting the following error when I try to build a release version: C:\Program Files...
View ArticleXAML Intellisense?
It appears there is no intellisense when editing a Xamarin.Forms XAML file or did something go wrong with my install? If there is none, is there an XSD that could be used when editing the file in the...
View ArticleVisual Studio XAML Intellisense - Mine sorta works :) - plugin on the way!
I don't know about you, but my Intellisense in Visual Studio for XAML works just fine :P .. as long as you only want to make a stack layout and a Label Here's a Screencast of mine working, I'll publish...
View ArticleCan you limit a Slider to only allow integer values? (Hopefully snapping to...
I have a slider I would like to use as a rating feature. I would like the slider to be between 0-5 but only allow integer values. and preferably snap to the next integer. Is this possible?
View ArticleRunning Xamarin UI Test without Test Cloud
Hi! I am trying to use Xamarin UI test. (not Test Cloud). I have written a simple project and use to run such code: IApp app =...
View ArticleChanging Pages from Activity
Hi, I have several Forms (XAML) Pages and an Android service which has a callback to the MainActivity. I want to change the Forms (XAML) page from within the Activity when the callback is called. How...
View ArticleRun package manager console on forms or how to instal oxyplot for Tamarin forms
I am trying to build some charts using Oxyplot, I am using Xamarin forms on a Mac and there is no PM to run "PM> Install-Package OxyPlot.Xamarin.Forms -Version 2015.1.689-alpha -Pre" which is what I...
View ArticleUserDialogs for Windows App
I'm developing an app that must run on Android, iOS, WinPhone and Windows App. For the first 3 platforms I used Acr.UserDialogs library for UserDialogs like Loading, Confirm Msg, etc called from a...
View ArticleIs Xamarin.Forms.UriImageSource Async Method or Not?
Dear all, I have a question about UriImageSource, I always use UriImageSource in Custom ListView Cell. new UriImageSource { Uri = new Uri("https://google.com/image/temptemp.jpg"), CachingEnabled =...
View Article