Questions tagged as 'xamarin'

0
answers

Marker Draggable without LongClick

When setting a Marker as a Draggable(true) , you must hold down on it to become "Draggable". I need to simply drag my finger over it as it drags. An example would be 99taxi , which has Marker loosened.     
asked by 05.07.2017 / 22:33
0
answers

I can not install the System.ObjectModel reference in the Android Project

I got a reference error in my The referenced component 'System.ObjectModel' could not be found. project. Well, I researched and installed the reference of this path: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoA...
asked by 22.06.2017 / 18:55
0
answers

Error in design mode in xamarin

I'm having this problem in my project using xamarin: IdidaSOensearchandfound this , but it did not work. What is missing is to uninstall everything and I have no guarantee that this will work. I'm waiting for some help.     
asked by 19.06.2017 / 15:22
0
answers

Menu Hamburger different [closed]

I'm trying to make a menu in this way (see image), but I do not know how it works right ... If anyone can send me an example or help me with this question, thank you very much.     
asked by 22.05.2017 / 21:42
0
answers

Configuration in WebView

Good afternoon, I have an application (in xamarin for android) where inside it opens a webview in a link of a course platform that I have ... however there is a big difference between me opening this platform in my webView and in one browser lik...
asked by 08.05.2017 / 17:54
0
answers

Auto Layout

Good afternoon. I'm developing an App in Xamarin where, the interface I "draw" in Xcode. I'm having a really hard time, because regardless of the Constraints I use in my components, they get misaligned in the simulator (with the exception of the...
asked by 15.05.2017 / 22:23
0
answers

Identify character drawing - Canvas (Android)

I can already draw on the screen using DrawingView , as I show in the example: I would like to know if there is any library to identify the drawing and check if it is a character, and if possible give a percentage of similarity....
asked by 25.04.2017 / 16:19
0
answers

InvokeMainThread Xamarin

I'm having a problem invoking a UIThread in PCL. I made a method like this: private void PopularConteudo() { Task<List<Departamento>> taskDep = new Task<List<Departamento>>(() => {...
asked by 18.03.2017 / 01:49
0
answers

Geolocator Xamarin Plugin

I need to get the current location of the user's device and with this to help me I'm using the Xamarin Geolocator Plugin, I can get the current location normally on my smartphone but the Google emulator does not pick up the current location even...
asked by 17.03.2017 / 19:52
0
answers

Android application works on the emulator but not on the physical device [closed]

The entire project, including the back-end, works perfectly when run in the Android emulator in Visual Studio , but when it generates the file APK in release mode and I run on my smartphone , only the front-end works, since...
asked by 02.01.2017 / 01:25