saurabhraut
I am trying to automate Xamarin.Forms android app.There are multiple radio buttons(third party) having same text on same page. I am trying to tap on those with following code var elements = app.Query(e...
View ArticleHow can I recover missing focus navigation with xamarin forms update?
I have a xamarin.forms application that is used by android rugged devices with an integrated keyboard. Previously I was using nuggets xamarin.forms 3.2.0.871581, but when I jumped to 3.3.0.912540, I...
View ArticleCustom Renderer for Span
Hello devs! I'm trying to make a Custom Renderer to ignore the android accessibility configurations in the Span Class, to not re-scale the font size. I have made successfully renderer for the Label...
View Articlechange the location of zoom buttons (+-) in Xamarin.Forms.Maps
I want to change the location of Zoom button controls (+)(-) on the map in Xamarin.Forms. Is it Possible?
View ArticleMigrating Xamarin native projects to Xamarin.Forms
Hi Everyone, I got some questions about migrating Xamarin Native projects to Xamarin.Forms. And I really cannot find any useful information from Google. Little background: I just took over a legacy...
View ArticleMigrating Xamarin native projects to Xamarin.Forms
Hi Everyone, I got some questions about migrating Xamarin Native projects to Xamarin.Forms. And I really cannot find any useful information from Google. Little background: I just took over a legacy...
View ArticleVideoPlayerDemos: FileVideoSource that works with...
Hi, if I want my mediacontent inside an Android device to be at a directory given by Xamarin.Essentials.FileSystem.AppDataDirectory, can I manage that without coding; by just using...
View Articlehow to manage a searchbar that get data from existing listview xamarin
i'have searched for this so many times all i can find is people using the list view and insert the data , for my case the listview's data is from an excel file
View ArticleUnit Test setting FontAttributes throws You Must Call Init() exception
I have an application where I need to have text with multiple attributes displayed in the same label or text field, and the proper answer appears to be to use the FormattedString class and add a new...
View ArticleHow to fix the compile time warning "No way to resolve conflict between...
... Dear Xamarin Pros, Please help. How to fix the compile time warning "No way to resolve conflict between mscorlib, Version=4.0.0.0"? I have a brand new install of Visual Studio 2017 on Windows 10,...
View ArticleHow can i detect key events in xamarin.forms?
Is there any way to detect key events from a physical keyboard on UWP project?, or its posible to create a custom renderer and assign "onkeydown event" to it?
View ArticleHow tu use the new Device.RuntimePlatform
Hello, could someone help me to understand how to use the new Device.RuntimePlatform with this kind of call : statusLayout = new StackLayout { Padding = new Thickness(Device.OnPlatform(10,0,0), 0, 0,...
View ArticleHow To Keep Track when background services are executing/executed
Iam new to Xamarin, what I am trying to close that gap on a pattern used for messages. How do pages/view models know if a background service sent a message before that viewmodel was instantiated? How...
View ArticleXamarin form : Cannot access a disposed object :...
I have a list view contains image (FF Image Loading) and some labels. When i run my app it crashes meanwhile i've been using caching strategy : "RecycleElement" on list to prevent crash but it throws...
View ArticleVS2019 Error - This ABI is no longer supported.
Existing solution builds fine in VS2017. Pulled it down from TFS to a new directory for testing in VS2019. Everything builds including the java binding libraries and all projects. Until it gets to the...
View ArticleCan I run a HTTP File Server inside a Xamarin Application?
Hello everyone, I'm developing a IoT application that I need to update the firmware of a device via the App. One good solution that is easy for the firmware developer is too create an HTTP File Server...
View ArticleAndroid.Content.Res.Resources+NotFoundException: Resource ID #0x0
I have update my XamarinForms app using the AppCompat theme. I use a MasterDetalPage and when I try to open a TabbedPage from the Datail I obtain this error: 02-17 11:09:17.380 I/MonoDroid(30717):...
View Article"Today" button for DatePicker?
Hello all! In our desktop product, our calendar control has a "today" button. It would be handy to have that feature available on the mobile product. Does anyone have any hints as to how that might be...
View ArticleXamarin Android & iOS Background Tasks
Hi! I have an app that needs to prompt the user whenever a new event is created by the admin. What I need, is for the app to check for new events even if the app is closed. As long as the user is...
View ArticleRestore sqlite database in xamarin forms
I implemented backup file and it copy my database to sdcard. Below is apart of my code: var destinationPath = string.Format("/sdcard/MyTaskDatabase_{0:dd-MM-yyyy_HH-mm-ss-tt}.db", System.DateTime.Now);...
View Article