Xamarin Android:
Hi, We are using Xamarin forms to develop our application. For xamarin Android (apk) application some security audit happen & they have found some security issue in our application. "Found elf...
View ArticleInconsistent accessibility property type is less accessible than
I'm getting an error "Inconsistent accessibility property type 'List<MasterPageItem' is less accessible than property MainPage.MenuList This is my code using ACPlus_MobileEPOS.MenuItems; using...
View ArticleNumerous developer frustrations
Hi everyone, I would like advice streamlining my development experience with Xamarin because it has been quite frustrating so far. I even got to the point that I left my project which was working for a...
View ArticleDynamic change StyleClass for VisualElement
How change programatically add one and remove another (in other words) make a replace of one class to another?
View ArticleCannot use MailKit in Xamarin: System.NotSupportedException: No data is...
I am using MailKit in my Xamarin application. I have a mailsender class in my android project and on the line; public MimeMessage EmailMessage = new MimeMessage() I get the error message:...
View ArticleHow to generate an image from a StackLayout
I'm brand new at Xamarin Forms and have been struggling in how to create an image from a StackLayout. I have a result page with some labels and i need to save them to a image. Is that possible in...
View ArticleHow to reset NavigationStack and Close the application.
Hello, I want to close my application on OnBackButtonPressed() below is my code. foreach (var page in Navigation.NavigationStack.ToList()) { if (page.GetType() != typeof(BestRx.MainPage))...
View Articleentry and radio buttons are not working in vivo mobils why ?
can anybody help me entry and radio buttons are not working in vivo mobils why ?
View ArticleHow to combine UseSafeArea and a background image?
I've a question about the use of safe area for iOS. I use a background image through a RelativeLayout, and I display a form on this background image. I use a margin for iOS on the form's container:...
View ArticleTouchView | TouchImage | TouchFadeView | TouchColorView package
Hi all, let me introduce new plugin for Xamarin.Forms development. https://github.com/AndreiMisiukevich/TouchEffect This plugin allows developers to create UI-responsive controls/layouts with touch...
View ArticleProblem with WebView.
Hi! I'm creating a mobile app of existing webpage. I used HTMLAGILITYPACK to scrap some of data for web page and I'd like to display that data in my app. Here is my 'scrapper': namespace Apka { public...
View ArticleCrash in JavaLocationException in android for Xamarin forms app
Hi, Does any one know why the crash is happening for Java.Interop.JavaLocationException in Android for forms app. Java.Interop.JavaLocationException: Exception of type...
View ArticleTree View in Xamarin forms.
Hello guys, Is there any way to implement Tree View in Xamarin forms ? If yes then please let me know how ? Thank you.
View ArticleTreeView availability
We need a TreeView control for a customer's project - with the ability to display an icon for each node in the tree. I've seen various discussions over the last year or two, and the only implementation...
View ArticleChange the layout of Navigation bar in Xamarin forms iOS
I'm new in xamarin forms so i may have some principles mixed up in my head. I want to change the layout of the iOS Navigation Bar to get it similar to the android one. I think this can be done with a...
View ArticleSQLite How to change color of label when image is pressed?
I have been working on this for the last 2 days and cannot figure it out. So I am trying to basically when the user presses on a image in the listview that the label colour changes. So far I have...
View Articlehow to use WordPress RestAPI in Xaamrin forms
I have one website and It's JSON link which is developed in WordPress. and want to create Xamarin forms App...how can its posible...? Need Your Valuable Response...? with or without any Example....
View Articleexception : invalid name character in 'operation name'. The ' ' character,...
Hi xam developers I'm developing xamarin.forms app that connected to web services soap asmx , as you see in the title when I want to testing the simulator the exception happens as the following :...
View ArticleXamarin.Auth with Google, Completed event doesn't fire?
I'm developing an application in pcl. I've implemented Facebook, Instagram login using Xamarin.Auth. In this case completed event fired, but in the case of Google after authentication, completed event...
View Articlechange color barBackgroundColor from MasterDetailPage
I would like to know if it is possible to change the color of the "barBackgroundColor" of the "navigationPage", what happens is that I have a page where it has a list of colors and when you choose a...
View Article