Questions tagged as 'xamarin'

0
answers

Is it possible to modify the device name in UWP?

I was researching how to modify the name of the device using UWP , but I can not find information about it. I know I can get device information, such as model, operating system version, and device name with EasClientDeviceInformation...
asked by 04.11.2016 / 19:19
2
answers

Problem installing vstoolsforxamarin

Greetings to the whole community. I have this problem when installing Xamarin on Visual Studio 2015. It does not install all the functions, including the one I need, cross-platform development. The message it gives is:    C # / .NET (Xa...
asked by 13.05.2016 / 14:32
1
answer

Visual Studio 2017 Xamarin INSTALL_FAILED_NO_MATCHING_ABIS

I am trying to compile an Android application that is made in Xamarin through a shared project in order to transport the logic to IOS in the future. Until today, the project compiled without problems and was installed in the emulator (Nexus 5...
asked by 11.12.2017 / 12:28
0
answers

Xamarin UITest iOS: Unable to contact test backend running in app. A common cause is that the app is not properly linked with Calabash

I have a problem when running UITests for iOS applications with Xamarin. I clarify that Android apps run perfectly. I work with a Cross-Platform project, giving the appropriate configuration in AppInitializer.cs When executing the t...
asked by 02.12.2016 / 12:36
2
answers

XAMARIN, call another activity

I would like to be able to move in Xamarin for different Activity, from the MainActivity from a button I can go to the next activity (MenuNumeros): base.OnCreate(bundle); SetContentView(Resource.Layout.Main); Button button =...
asked by 05.04.2017 / 17:42
1
answer

error when deserializar (csharp - Xamarin) a json (php)

Classes public class Usuario { public string id { get; set; } public string nombre { get; set; } public string nick { get; set; } public string password { get; set; } public string email { get; set; } } public class T {...
asked by 15.10.2018 / 19:25
1
answer

How to debug a try / catch block (android-xamarin development)

I am developing in c # an application for android, and I have a try / catch block that I must review, step by step, but when I execute, it does not stop at the breakpoint. Is there any way? private async void onSaveAsync(object sender, EventAr...
asked by 24.02.2018 / 02:56
2
answers

Xamarin can not find refunds - Sqlite

Hello friends I am trying to store some data locally on my device with SQLite , but I have encountered some problems. I was researching that in order to store data on a device from Xamarin we must make different routes for each type of device,...
asked by 14.02.2018 / 01:11
1
answer

Sessions with Xamarin Secure Storage Plugin

Hello friends, I am developing an app that consumes a web service, my question is regarding the sessions in Xamarin , I would like to know someone could guide me on how to handle this topic, How to generate and maintain sessions in xam ?, my we...
asked by 12.02.2018 / 21:49
1
answer

Xamarin Forms Proyectoi Portable

Good afternoon, I have installed Xamarin with Visual Studio 2017 in Windows 7. I'm trying to create a new project, but I do not have the option of PORTABLE, I see Cross-Platform Xamarin Forms but I do not believe the project in common, it create...
asked by 01.02.2018 / 23:07