durch Alexander Fauland
Share NuGet Packages between Visual Studio solutions
NuGet is getting more and more important in a (Visual Studio/Xamarin Studio) developers life. So we all come to the point, when we use NuGet packages in some core-libraries which we share across assemblies in multiple solutions. By default, the packages are stored in the packages-folder in the solution’s root folder. So if you use project X both in solution A and solution B the...
Read More
durch Alexander Fauland
Using the Xamarin iOS Simulator for Windows
Yesterday Xamarin 4.2 was released and with it some major features I think the majority of Xamarin devs (espacially on Windows) were waiting for: Xamarin.Forms Previewer Xamarin iOS Simulator for Windows Xamarin.Forms Previewer The Xamarin.Forms Previewer still has some issues showing non-simple XAML (e.g. with markup extensions for translation) but it makes designing Xamarin.Forms views a lot simpler. You can find the Xamarin.Forms Previewer...
Read More

durch Alexander Fauland
Telerik chart in Xamarin.Forms iOS – where’s my data?
Currently I am working on a Xamarin.Forms APP for one of my customers where I use the Telerik Chart for Xamarin.Forms. Everything worked fine on the Android platform on which the first prototype was rolled out a few weeks ago. Starting the whole thing on iOS lead to an empty chart view: Of course I checked the view, the data but it all seemed to...
Read More