Questions tagged as 'xamarin'

2
answers

Capture key pressed Android

I'm making an Android application and I need to capture the keys that are pressed on the keyboard. I am new programming in Xamarin and it would help me a lot if someone could guide me.     
asked by 27.04.2016 / 17:39
2
answers

Problem with navigation using MVVM in Xamarin

I want to navigate using the MVVM pattern in Xamarin.Forms, for that I offer a command to a certain image as seen in the image ... the code of this view is linked to the MainViewModel and to a property called MenuSisquim located inside...
asked by 25.09.2018 / 02:48
2
answers

"Skipped 76 frames" in Xamarin.Android

I am developing an application in Xamarin.Android where I use Media Plugin to capture a photo and send it as a parameter to another Activity , but when I take the photo and give it OK, there is a moment when it is shown a screen lik...
asked by 04.10.2016 / 00:59
1
answer

Xamarin Geolocator does not return anything to me

Hi, I'm using Xamarin and GeoLocator to make an application with Geolocation, but it does not return the data I'm passing, and in debug, it sends me the following error: This error only appears when I click the button that...
asked by 07.02.2018 / 02:07
2
answers

Help with the visual SDK Studio

I need the SDK of Visual for Android to have installed the Android versions for which I want to develop . I mean, if I want to develop for Android 4.4 , should I have this API installed?     
asked by 11.01.2017 / 22:40
1
answer

Error creating package for the Windows UWP store

   Severity Code Description Project File Line Suppression State   Internal compiler error error: MCG0023: UnresolvableAssemblyReference Unresolvable assembly reference 'Assembly (Name = Java.Interop, Version = 0.1.0.0, Culture = neutral, Public...
asked by 25.06.2017 / 22:37
1
answer

Difference between PCL projects and .NET Standard visual studio 2017

Good morning, I want to know what is the difference between PCL and .NET Standard projects I have visual studio community 2017 and when I create a project xamarin forms I only get the option to create it with .NET Standard and I have seen tutori...
asked by 16.01.2018 / 03:42
2
answers

Error with the version of jdk xamarin android?

I get an error when using Xamarin:    xamarin java.lang.UnsupportedClassVersionError: com / android / dx / command / Main: Unsupported major.minor version 52.0     
asked by 29.10.2016 / 00:42
3
answers

Can an AlertDialog be customized with buttons and that these work as the default ones?

In my XML I set the view with 2 buttons (Cancel, Accept), and create my own class of AlertDialog and AlertDialog.Builder so that it is the same throughout the application. The question is that I want my Cancel and OK button...
asked by 12.03.2018 / 21:43
1
answer

How to get the current phone location in Xamarin forms

I am working with Google Maps and I need to show the user's location on the map, to do this I use a plugin called GeolocatorPlugin by James Montemagno. The problem is that in the deploy of the application it falls, I think the problem occurs...
asked by 10.11.2017 / 16:34