Xamarin.
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 dependenciesI 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.formsI want to use a ValueAnimator to make a TextView's text color blink twice between two different colors but I …
android animation xamarin.androidI'm trying to use Proguard in my Xamarin.Android project, yet the compilation fails with the error Unsupported class version …
xamarin xamarin.android android-proguardI 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-orientationI 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-studioMy 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.androidHaven'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 imagebuttonSo 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.androidso 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