Can i generate a user generated report after each test run in Appcenter test
I am using Azure Devops pipeline to build a app center test using Xamarin Uiteset.I need to generate a user defined test report after each test run.While i am running the test locally i am able to...
View ArticleHow to modify the return type of Interface members based on values specified...
Greetings, I am facing a hurdle while implementing an interface members derived in a custom class. I have used compiler compilation to share codes across each platforms. To avoid reusability, I have...
View ArticleApp Hardening solution for Xamarin.Forms iOS & Android app
We are working on a secure banking app (iOS & Android platforms) - built using Xamarin.Forms. We are looking to integrate a third-party app hardening solution that offers at least code obfuscation,...
View ArticleDo Anyone Tells Me?
I am using Azure Devops pipeline to build a app center test using Xamarin Uiteset.I need to generate a user defined test report after each test run.While i am running the test locally i am able to...
View ArticleA plugin for cropping images
Hi I have this code for cropping images in Skiasharp, but only the cropping rectangle can be rescaled by dragging the corners, but the rectangle can't be moved CroppingRectangle.cs...
View ArticleXmlSerializer store SubObject as Attribute
I serialze a List of objects by using the class looks like this: public class MyClass { [XmlAttribute] public string FullName { get; set; } [XmlAttribute] public string ShortName { get; set; }...
View ArticleHow to use Map control for a Mac.
Hello, I want to find information about how to use Map control for Mac using Xamarin c#. Any idea where I can find this information ???. Everything I found is for IOS and Android. Eduardo
View ArticleZXing.Net.Forms: White background on IOS camera preview (scanning works though)
Hi there We have a problem with the ZXing Barcodescanner for Xamarin.Forms and I thought somebody here might be able to help. The scanner works perfectly on Android, but on IOS I can't see the camera...
View ArticleMicrosoft (Azure) Security Technologies AZ-500 Dumps Pdf / 100% Accurate Results
Why are you looking around for genuine Microsoft AZ-500 Dumps Pdf. Realdumpspdf is the best platform which provide you genuine and authentic Microsoft AZ-500 exam questions. Preparing through it you...
View ArticleGetCell called continuously after all the rows are populated
I am using UISearchController along with UITableView. After all my rows are populated GetCell is called continuously. It keeps populating those rows which are not visible inside my View and can be seen...
View Articleprovisioning profiles visual studio on mac
Hi I have a xamarin app running on a mac. When I try and build it I get the error "xamarin could not find any provisioning profiles for ios" I have gone into VS -> preferences -> apple developer...
View ArticleToolbar item icon is not shown in android
The toolbar item icon has been shown correctly on both Android and iOS devices before updating the xamarin.Forms to the version 4.0.0.0 After updating the xamarin.Forms to version 4.0.0.0, the icon is...
View ArticleXamarin.Forms.Maps in macOS
Hello I'm building a Xamarin.Mac App which is using a Xamarin.Forms PLC to integrate a Maps feature, the one described here:...
View ArticleHow to make a stacklayout fixed to the bottom of the screen in a scrollview
l have code that has views in a scrolleview.. l want to be able to make the last stacklayout to be fixed in the scrollview such that all other elements can scroll but the stacklayout is fixed. Much...
View ArticleHow to get a parameter from MainActivity via DependencyService?
Hi! I'm working with DependencyServie. Some method must implement in MainActivity and return a List result How to get that List result from MainActivity via DependencyService? Thank you!
View ArticleAndroid.Gms.Fitness.FitnessOptions not found.
Why? Followings is installed. Xamarin.GooglePlayServices.Auth (60.1142.1) Xamarin.GooglePlayServices.Firtness (60.1142.1)
View ArticleSystem Crash when I swipe to Delete a ListView item and then Select another Item
Latest stable version of Xamarin.Forms and Visual Studio 2019. Stack trace shows error originates in Xamarin.Forms.Platform.iOS.ContextScrollViewDelegate. I did some research and it shows this bug was...
View ArticleRelativeLayout.Children.Add in ColumnDefinitions is not working??
Hi Xamarin forms developers I create a Gird using columnDefinitions (4 column) , and Add four Imagebutton, the problem is I try to plus Badage on Imagebuttons using relativelayout, it not working....
View ArticleHttpClient/API calls really slow.......( Only on iOS ) Andoird and UWP are good
On Android and UWP, everything is good. However ONLY for iOS the code just runs/executes really slow. Any ideas? var uri = new Uri(url); using (var client = new HttpClient()) { var request =...
View Article