Questions tagged as 'xamarin'

0
answers

Problems when deserializing Json in Xamarin

Hello, I have a problem when it comes to consuming data from an api rest. I have the following class: public partial class Assignee { [JsonProperty("self")] public Uri Self { get; set; } [JsonProperty("name")] public string Na...
asked by 20.12.2018 / 16:32
0
answers

F # Problem when loading Windows projects

I am doing the configuration of a project that is developed with xamarin, vue.js and F #, however, this was initially created in visual studio for mac. When loading the solution in visual studio enterprise 2017, some files of the project are...
asked by 09.12.2018 / 17:50
1
answer

What is the path of the removable card (SD card) in Android? Xamarin

I need help to find the path (path) of the removable card (removable Sd card) of an android device, here the code: var list = System.IO.File.ReadLines("/proc/self/mountinfo"); foreach (var i in list) {...
asked by 13.07.2017 / 17:27
0
answers

bluetoothBLE connection problems

Hello and very good fellow / ras programmers! I have the following dilemma, I am developing a hybrid application (IOS/Android) in Xamarin to connect with devices via bluetooth , but when I try to make the connection with a rasperry...
asked by 23.11.2018 / 17:54
0
answers

Xamarin Error NU1608

I have some warning that I do not know how to solve, they are the following: Advertencia NU1608 Se detectó una versión del paquete fuera de la restricción de dependencia: Xamarin.Android.Support.v7.Palette 27.0.2 requiere Xamarin.Android.Supp...
asked by 19.11.2018 / 09:39
1
answer

because I do not have the windows hypervision platformation

I want to run a xamaryn application. Me "Andorid_accelerated_x86_Oreo in HyPper-v, it is necessary to have installed and enabled window hypervisor platform". I have window 10 pro. The enterprise ?. I read that with the PRO is enough. The feature...
asked by 17.11.2018 / 06:12
1
answer

Error creating a xamarin Project in VS2015

I was installing and updating xamarin in Visual Studio 2015, when I try to create an application, it sends me this error.     
asked by 07.11.2018 / 21:03
0
answers

Error when clicking on the Grid in Xamarin?

Very good, it turns out that I'm using DevExpres to draw the data collected from the services in a Grid . What I want to do is that when I click on one of the rows of the grid, I will return the selected data. I have created the event that...
asked by 31.10.2018 / 09:42
0
answers

Convert Xamarin.Forms.ImageSource to byte []

I need to convert an image (Xamarin.Forms.ImageSource) to an array of bytes to insert it into a database. Thanks for your help.     
asked by 01.10.2018 / 13:06
0
answers

Problems when combining several applications developed in Xamarin?

The problem I have is that I have several applications installed on my phone programmed in Xamarin, but I am developing one that when I install it to start debugging, I block the start of the others, that is, they do not start any application th...
asked by 04.10.2018 / 09:53