Master Detail Navigation using Messenger
Hi everyone, I'm making a tablet app in landscape only where the drawer is always displayed. I handled the Master/detail navigation using event as shown on the forum. It works well. Now in my...
View ArticleHow do I remove dependency on Command and Xamarin.Forms in View-Model when...
Hi, I have read tons about following the MVVM pattern in Xamarin.Forms. To follow pure MVVM, there seem to be two main problems: (1) how to perform navigation without depending on Navigation (and the...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticlePop 2 modals at once
Hello everyone, In my setup I use a MasterDetailPa ge with a Navigation page as the Detail Page. At some point in our App we have 2 modals pushed on top of eachother. We would like to remove both...
View ArticleDesign Idea needed for Carousel type page
Hi, what I would like to do is load a page that displays some data for the current month, I then want to allow a user to scroll left and right incrementing and decrementing the month as needed. I have...
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 ArticleEntryRenderer TextChanged
Hi everyone, I'm making an XF Android application, and i need the user to auto login when he types a code (after 4 digits). I've done a 'ExtendedEntry' class with a EntryRenderer to limits the...
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 Article