Most voted "xamarin-studio" questions
Xamarin Studio is IDE . NET focused on creating apps for mobile devices.
Learn more…11 questions
Sort by count of
-
15
votes3
answers5859
viewsDevelop for multiple platforms using C# and Xamarin Studio
To not have to learn various technologies to develop for the various mobile platforms, wanted to use only C#. However I have some doubts, namely: Xamarin Studio is free? With the same code, the…
-
8
votes1
answer790
viewsXAML without previewer or designer - Visual Studio
I’m using Visual Studio 2015 Community with Xamarin, and I realized that when editing XAML in designer mode (Shift + F7) I can’t see the preview of it, because another window opens with the same…
-
6
votes1
answer561
viewsProblems Xamarin Asynchronous method
In the event of a button of my APP had the following code it worked running on the android emulator, but when I passed the app to the mobile generates a message the app stopped. Button…
c# wcf xamarin asynchronous xamarin-studioasked 8 years, 11 months ago Diego Filipe Pedro Santos 531 -
2
votes1
answer395
viewsI can update the Mono.Android library in Xamarin
I’m having some problems and I believe that if I could update the mono library I would have access to new functionality, someone could do it?
-
2
votes2
answers379
viewsSHA512 encryption - XAMARIN
Good afternoon, I’m trying to encrypt a string with SHA512, in the [PCL] project, I’m not getting, can anyone show an example of how to do? The idea was to do something like: public string…
-
1
votes1
answer975
viewsAdd Xamarin.Forms Package Problems
I’m starting some projects with Xamarin Studio, I’m having some problems and I still can’t solve always appear these 2 errors, I looked at a solution in stackoverflow.com, but the solutions given…
-
1
votes0
answers106
viewsHow to connect Xamarim with Visual Studio 2015?
Hello, I downloaded Visual Studio last week with the main goal of mobile development. Visual requested the installation of Xamarim and the like, and I did everything, however, after all…
-
1
votes0
answers28
viewsXamarin error - "Connection to the layout Renderer failed"
Every time I try to open the Main.axml file this error appears : I don’t know how to fix it, someone can help ?…
-
1
votes0
answers130
viewsProblems with Xamarin
I installed Xamarin in Microsoft Visual Studio Community 2015 and I’m trying to use it in Windows for cross-platform programming. But I came across a lot of bugs, I can not find any tutorial…
-
0
votes1
answer47
viewsIssues(or not) with the Xamarin IDE on Mac OSX
Good evening, everyone I installed Xamarin Studio Version 5.10.3 (build 51). I am a programmer . NET and I am trying to do something very ridiculous and basic. A Forms web page, only the toolbar for…
xamarin-studioasked 8 years, 7 months ago David Chinellato 1 -
0
votes0
answers401
viewsReducing the photo size
I am recording the photos taken by my application in the sqlite database, know that it is not much recommended more need to transfer these photos to a central database that unifies all data of all…