How to set AbsoluteLayout.LayoutBounds OnPlatform in XAML with AutoSize?
I tried this one but it didn't work <AbsoluteLayout.LayoutBounds> <OnPlatform x:TypeArguments="Rectangle" iOS="0, 1, AutoSize, AutoSize" Android="0, 1, AutoSize, AutoSize" />...
View ArticleAndroid ListViewRenderer
Hello, i am really in need of this Android's ListView Renderer exposition. Currently it cannot be extended " 'Xamarin.Forms.Platform.Android.ListViewRenderer' is inaccessible due to its protection...
View ArticleAnyone want me to blog about how to get really fast xaml cells in xlabs grid...
this video here shows some changes I made to achieve breath-taking performance. The last example is actually a grid view, with xaml cells, which in turn contain horizontal gridviews. I've not put these...
View ArticleSupport for Windows phone 8 in Xamarin.Forms.Dynamic pre-release
Hi Team, I am trying to developing an application for Windows Phone 8.0 with Xamarin Forms. I am trying to load the views dynamically using an xaml string. Please refer the link below:...
View ArticleTextbox in xamarin.forms
Hello. What is the corresponding of WPF's textbox in xamarin.forms?
View ArticleWinRT Entry issue
Hi all, I have the following issue with the Entry control on WinRT (only). If you override the Entry.TextChanged method (or use a Behaviour to do the same thing) when you amend the Entry.Text value,...
View ArticleXamarin Forms QR code scanner blank screen
I have a Xamarin Forms 2.0 application that uses ZXing.Net.Mobile and ZXing.Net.Mobile.Forms version 2.0.3.1. I'm trying to build a simple QR code scanner, but whenever I launch the ZXingScannerPage on...
View ArticleIn Android lollipop version, keyboard of numeric type is not visible why??....
I kept my xaml page like this . but it is not working ?? Please help out.
View ArticleInstalling a Windows 10 app with xamarin forms
Hi!! I know Windows 10 is still a preview version but I've tried to add this project to my xamarin's solution. The point is that everything works fine until I try to make a package to install in other...
View ArticleBaseUrl for HtmlWebViewSource: how to use it?
I'm trying to set the BaseUrl of a HtmlWebViewSource for a WebView, so that local resources such as images can be shown when I want to load a web page from a "local" string containing the html. I...
View ArticleHow to create a popup dialog which has multi checkbox?
Hi all, As I see, Xamarin.form doesn't have checkbox item when I code in Xaml file. So How can I create it? or any solution for this? Thanks too much for any answer
View ArticleHow to show alert popup ?
Hi all, I was working with the older version of xamarin forms, till that everything was working good but as I have upgraded it to XF version 2.0, my alert popup messages giving me error. Does anyone...
View ArticleiOS CarouselPageRenderer causes exception on device(s) but works on simulators
I have a custom renderer for my app in iOS both Page, TabbedPage and CarouselPage that when used in a form called Modal just moves the "Cancel" button from right to left side so it shows as " Cancel...
View ArticleUse native libraries in Forms?
Is there any way to use native libraries in a XForms application? For our app, we need to use this library http://www.payreto.mpymnt.com/ for iOS and Android. An example or tutorial with something...
View ArticleCan animation LayoutTo work with RelativeLayout constraints to Views
I would like to animate the height of ViewA which constrains ViewB which constrains ViewC and see that ViewB and ViewC also update layout position according to their constraints. Pseuco Code:...
View ArticlePush Notification that really works
Hello everyone, along these 4 days i tried every plugin and component that Xamarin and others provide to work with push notification and no one of them works. i've tried Azure Message, Azure Web...
View ArticleAppCompat and Android Toolbar
Hi everyone, I'm making a XF Android application, and i'm using AppCompat with Xamarin Forms 2.0.1.6492 pre-1 (for the Master/Detail in landscape fixed issue). I'm always in landscape mode and master...
View ArticleContext Actions command binding with parameter
Hello, I am trying to implement a swipe to delete: <ViewCell.ContextActions> <MenuItem Command="{Binding Delete}" CommandParameter="{Binding .}" Text="{i18n:Translate Delete}"...
View ArticleHow to deal with an image received from GET request
Hi I am new to Xamarin forms and I would like to ask if anyone knows how to deal with an image received from a GET request shown below var request = new RestRequest(command, Method.GET); try { var...
View ArticleIssue with 'InitializeComponent' method...!
Hi all, I am working with the PCL project and recently I have upgraded the Xamarin Forms to version 2.0. Now I am getting the problem with 'InitializeComponent' method. It shows the error : "The name...
View Article