Debug android app in a physical device over wi fi.
Hy everybody. I have a virtual machine that i conncet to with rdp with my local machine. I connect my android device via usb with my local machine and thanks to adb I connect my device with my local...
View ArticleAdd BindableLayout to a Grid
Hi, I am using below to Bin data to a StackLayout but i was woundering is it possible to add a BindableLayout to the Grid directly instead of keeping it inside a Bindable StackLayout <StackLayout...
View ArticleAnimating expandable list view on iOS (XF)
I have an expandable list view like in this video: https://youtube.com/watch?v=GG10QPrRC3w When I tap on an item to expand, it looks OK on Android, but it looks horrible on iOS (It can be seen at the...
View ArticlePush Notification with AppCenter when the app is closed
Hi guys, I'm implementing Push Notification in my app with AppCenter. In UWP I created a background service to receive message when the app is closed. I'm trying to do the same with Android and, later,...
View ArticleDisplay Online PDF in Android Webview
Problem Statement: I am trying to display a hosted PDF from a secure site using https in a WebView using Xamarin.Forms. What I Have Tried: I have a custom renderer for the Android WebView control. If I...
View ArticleIs media-manager plugin support Android API 7.0 using Xamarin forms
Is Media Manager Support Android API 5.0 Is Anyone have a Sample code for Audio Player using Media Manager Plugin. Please Let Me Know!
View ArticleXamarin.UITest Fingerprint
Hi.. is there way how to simulate fingerprint with emulator in UI tests? Android or/and iOS?
View Articlejoin tables with entity framework
hello devolopers.i have 3 tabels customer , cart, product and 3 UI the first is a list of customers the second is a product List and a third is a cart which is empty. how can i show the cart which...
View ArticleSwipe to previous page like Telegram
How create swipe to back? In iOS: ` [assembly: ExportRenderer(typeof(HIPSTO.Controls.CustomContentPage), typeof(HIPSTO.iOS.Platform.Renderers.IOSPageRenderer))] namespace HIPSTO.iOS.Platform.Renderers...
View ArticleBest Practice to clean up temp file
Hi all, I found some library only accept a file path parameter, for example this photo browser: https://github.com/stormlion227/PhotoBrowser.Forms Currently I do the following to read the file: Which...
View ArticleHow to design a RangeSlider ?
I am trying to design a range slider for price .I am not Finding solution. Any suggestion please?
View ArticleGot an error when installing both of google maps and glidex packages !!!
Hi everyone, Okey this may seem a little weird, but when I install xamarin forms google maps and glidex I get this error java.lang.OutOfMemoryError. Consider increasing the value of...
View ArticleIValueConverter does not change UI when data change
Currently I use IValueConverter for handling data in listview, but when my data is changing real-time, although the converter is called, the item in listview is not changed. Can anyone have any idea?...
View ArticleHow to tag a Button?
In many UI frameworks, the base UI element class (in XForms, a View) contains a .Tag property that allows a reference to an object be associated with the View. Is there an equivalent in Xamarin Forms?...
View ArticlePass binding to ConverterParameter
I'm currently trying to modify a list of commands being passed to my view from my view model if the item in the list contains a certain value, however the ConverterParameter doesn't seem to recognize...
View ArticleNavigation in Xamarin Forms with Custom Movement between pages
So I have one requirement where user go From Page1 -> Page2 -> Page3 -> Page4 and after Page4, He has to return back to Page2 and If he press back button he should navigate it back to Page1....
View ArticleImplementing Font Family "Jonathan Ball - Acre-Medium" not working in Xamarin...
I have been implementing customized font family in xamarin forms. Jonathan Ball - Acre-Medium i found only .otf format i tried to portable xamarin android its working but its not working in iOS and...
View ArticleApplication Loader: ERROR ITMS-90171
I am trying to upload the .ipa file using Application Loader. The .ipa built using VS.net Xamarin. While deploying the .ipa file using Application Loader I am getting following error: ERROR ITMS-90171:...
View ArticleWebview Zoom Problem
Hello, I m actually working on an app that simply display a website on a Webview. The website is well displayed when I use Chrome. But in the web app the size of the website is too big. I verified the...
View ArticleIs there a way to do a FadeTo when an IsVisible binding is switched?
<Label Text="MyAwesomeLabel" IsVisible="{Binding AwesomeLabelIsVisible}" /> Is there a magic trick to having this do a FadeTo?
View Article