Tag Archives: Xamarin Studio
Checkout Source code from Visual Studio online GIT source control
With Visual Studio Team Services you could host your GIT repository online in Microsofts Cloud. This makes it easy to share code between Visual Studio and Xamarin Studio. As you cannot use your username within Xamarin Studios GIT client because you cannot use the @-sign from your email address, here is short information about how […]
Android Emulator stays black on Xamarin Forms Apps
Suddenly Android Emulator does not work on my Xamarin Forms Project anymore. Don’t know why, but Xamarin only says “Starting Android_Accelerate_x86”, Android Emulator pops up but stays black and nothing happens….
Automatic creation of App Logos in different sizes
Both iOS and Android expect app logos in different sizes, starting from 29×29. Of course you could manually create all the icons, but it’s more convenient to do it with a script. Xamarin.Forms Kickstarter is an excellent starting point for lots of different examples, e.g. Layouting, Web Access, Geolocation and lots more. There is also […]