Questions tagged as 'xamarin'

2
answers

Can I use an iPhone to test a Xamarin app?

I am learning to develop with Xamarin (using VS 2015 and Windows). To test the app on Android is quiet, I use Genymotion. What about IOS? How can I test? Just with a physical iPhone? Or is there an IOS emulator?     
asked by 12.06.2017 / 20:51
1
answer

Xamarin.Android application with Bing Maps

I saw that the Bing Map API does not provide an Android SDK. How could I create a Xamarin.Android app with Bing Maps?     
asked by 25.06.2018 / 16:34
1
answer

Authentication bearer Xamarin

I am new to xamarin and I have a question about authentication in an API, when I am consuming via C # or angularJS for example I can enter in the url the type of authentication (token that saved in a session) that I got in bearer. In Xamarin for...
asked by 26.03.2018 / 21:15
1
answer

Service stopped working while generating the graph

I was having problems with generating a chart, which is solved. The code below was ok and suddenly stopped, ie the service is not running on account I do not know what. When I call GetService nothing comes up, the var itemsgrid remains null...
asked by 24.10.2017 / 13:12
1
answer

Initialization of the object can be simplified

After updating the nuget (18) packages, I compiled my project and gave this error:    Initializing the object can be simplified It points to these files in my code. GridTextColumn dataLib = new GridTextColumn(); Here is the complete...
asked by 26.10.2017 / 00:23
1
answer

How to create a round button in Xamarin.Forms

I'm needing to create a rounded button in Xamarin.Forms similar to that of the main design material, but without losing the properties of a conventional button and without losing the feature of all xamarin.forms platforms. I would like to use th...
asked by 20.03.2017 / 19:54
1
answer

Error with Android Style

I'm not able to compile my project, I get the following error <type> attribute is required for <item> Here'smystyle.xml<?xmlversion="1.0" encoding="utf-8" ?> <resources> <style name="MyTheme" parent="MyTheme.Base...
asked by 25.05.2017 / 03:09
1
answer

How to use an iOS simulator in a Windows 10 environment for an iOS Xamarin.Forms project

What do I need to install to publish a project Xamarin.Forms.iOS in an iOS simulator? I'm using a machine with: Windows 10 Visual Studio 2015 Whenever I try to run a project from Xamarin.Forms.iOS it appears a message: No remotely accessib...
asked by 02.03.2017 / 16:56
1
answer

Menu burger hiding when calling a new view Xamarin Forms

I have a View that is being called through a MenuItem button. But within these View contains another button that calls a new View . This new View opens off the burger menu, ie it hides itself. I need this new...
asked by 09.01.2017 / 17:29
1
answer

Android SDK error could not be found [closed]

After clicking on the file Main.xml this error appeared:    Android SDK error could not be found. How can I fix this?     
asked by 29.09.2016 / 18:36