Performance issue with Version 6.2.1 (build 3)
The performance is killing my MacBook, event without a project loaded it consumes 50-100% CPU. The IDE log is updated constantly with the same error messages: Can't load string bundle for...
View ArticleSupport for Android Wear 2.0?
Does the current Xamarin Android Wear Support Libraries 1.4.0 support Android Wear 2.0? https://www.nuget.org/packages/Xamarin.Android.Wear/ https://developer.android.com/wear/preview/program.html Nathan
View ArticleWhat do you use for code coverage?
My team is developing a product where we need to measure code coverage. Does anyone have a solution for this? I've found XR.Mono.Cover, but I was hoping there was something more mature. Thanks in...
View ArticleLine numbers in Play Store crash logs
Several of our customers have reported some crashes to us through the Play Store. While the method and class names of these crash logs are properly symbolicated and readable, both in managed code and...
View ArticleLine numbers in Play Store crash logs
Several of our customers have reported some crashes to us through the Play Store. While the method and class names of these crash logs are properly symbolicated and readable, both in managed code and...
View ArticleXamarin.Forms 2.3.4.231
We've published service release 2.3.4.231 to address some priority issues based on your feedback. Thank you! Important notes Behavior Change (iOS): ViewDidDisappear may not be reliably called in custom...
View ArticleOpening an App from received push notification and use the launch argument to...
Hello, sorry for bothering you all here, but I am heading into a dead end and need some assistance. Perhaps it is just a few lines of code, maybe more if underestimated... My app is Xamarin Forms iOS,...
View ArticleHow to get folder images are stored in when using the media plugin
Basically I am getting a list of images down from an API and I want to check if they are stored on the phone and then do stuff with them if those that are found, I know you can get the path when you...
View ArticleXamarin Android Map Renderer Exception 2.3.4
I'm getting an exception while invoking the MoveToRegion call. It looks like it is internal. Has anyone else seen this? Xamarin.Forms MapRenderer: MoveToRegion exception:...
View ArticleHow to get folder images are stored in when using the media plugin
Basically I am getting a list of images down from an API and I want to check if they are stored on the phone and then do stuff with them if those that are found, I know you can get the path when you...
View ArticleXamarin Android Map Renderer Exception 2.3.4
I'm getting an exception while invoking the MoveToRegion call. It looks like it is internal. Has anyone else seen this? Xamarin.Forms MapRenderer: MoveToRegion exception:...
View ArticlePass data from activity to fragment
I am using this code to call my fragment from activity. But How I can attach this bundle with the calling fragment? var bundle = new Bundle(); bundle.PutInt("HotelId", 1); //Pull up dialog...
View ArticleXamarin Android with Azure SQL Database
Hello all, I am building a chat app for my University library, and have run into some hurdles. The technologies I am using are Xamarin Android and Microsoft Azure. The issue I have is that I don't know...
View ArticleHow can design like this user interface?
hi friends, I want to design user interface like this image. for my xamarin android app. please give a sample code or referral links.
View ArticleIdentical Jar libraries with inconsistent file contents
I've cleaned an Android project I've worked on some time ago. Used the clean function and removed everything from the bin and obj folders in the project. Also updated all Components and now having...
View ArticleStack walks are not supported on this platform.
Do anyone what does this error mean Stack walks are not supported on this platform. do anyone know how to resolve it at (wrapper managed-to-native) System.Reflection.Assembly:GetCallingAssembly () at...
View ArticleWhy does a single click also trigger a long press? How to prevent it?
Hello! I want to handle two events. I want to handle a single click to my Xamarin.Forms.Image and a long press. Unfortunately Xamarin Forms does not support long press gesture that I need to realize it...
View ArticleWhy does a single click also trigger a long press? How to prevent it?
Hello! I want to handle two events. I want to handle a single click to my Xamarin.Forms.Image and a long press. Unfortunately Xamarin Forms does not support long press gesture that I need to realize it...
View ArticleNative Linking Failed MT5210 with Firebase Remote Config on iOS
I have Forms project the when I add the Firebase Remote Config package from the Xamarin Component store and follow the sample code I get 21 Native Linking Failed issues. Below is my output on Xamarin...
View Articletask link assemblies error : XA2006
COULD NOT RESOLVE REFERENCE TO 'android.gms.maps.googlemap' error getting while build in release mode
View Article