Top "Xamarin.android" questions

Xamarin.

Xamarin - How to update Mono.Android version to resolve dependencies?

I'm trying to install a nuget package (Xamarin.Firebase.Firestore) which requires a newer version of Xamarin.GooglePlayServices.Basement (60.1142.0, I …

visual-studio xamarin xamarin.android dependencies
Write device platform specific code in Xamarin.Forms

I have the following Xamarin.Forms.ContentPage class structure public class MyPage : ContentPage { public MyPage() { //do work to initialize MyPage } …

c# xamarin.ios xamarin xamarin.android xamarin.forms
Using a ValueAnimator to make a TextView blink different colors

I want to use a ValueAnimator to make a TextView's text color blink twice between two different colors but I …

android animation xamarin.android
Xamarin.Android Proguard - Unsupported class version number 52.0

I'm trying to use Proguard in my Xamarin.Android project, yet the compilation fails with the error Unsupported class version …

xamarin xamarin.android android-proguard
prevent activity restarting when orientation changes

I am new to android development .I have separate screens for portrait and landscape mode.When i change my orientation …

android android-activity xamarin.android xamarin android-orientation
Xamarin.Forms Xaml background Image

I just started a Xamarin.Forms application and I want to add a background image to my XAML. I added …

xaml xamarin xamarin.android xamarin.forms xamarin-studio
Android Intent Chooser to only show E-mail option

My app integrates e-mail where the user can submit a bug report, feedback, etc. from the app directly. I'm using …

android android-intent xamarin.android
Adding a button to the title bar Xamarin Forms

Haven't been able to find quite the right answer for this yet. I want to add a button into the …

c# xamarin xamarin.forms xamarin.android imagebutton
Xamarin : Android : System.UnauthorizedAccessException: Access to the path is denied

So I'm trying to create a file and I'm getting System.UnauthorizedAccessException: Access to the path "/DownloadJitters" is denied. I'm …

c# android visual-studio xamarin xamarin.android
"java.exe" exited with code 2 Xamarin.Android project

so I have my Xamarin.Android project which contains several libraries. When I try to build I receive an error …

java android xamarin xamarin.android android-multidex