Xamarin: Live Webinar: Building Native, Cross-Platform Apps with Xamarin 4

Xamarin has everything you need to build, test, and monitor great mobile apps, and with the recent release of Xamarin 4, building mission-critical mobile apps your users will love just got even easier. Join Developer Evangelist James Montemagno to learn how to get started coding, debugging, and prototyping iOS, Android, and Windows apps on simulators […]

The post Live Webinar: Building Native, Cross-Platform Apps with Xamarin 4 appeared first on Xamarin Blog.

Jesse Liberty: Yet Another Podcast #143 – James Montemagno on Xamarin 4

This week James Montemagno of Xamarin talks about Xamarin 4, including Xamarin.Forms 2.0, UI testing, crash reporting, plugins and much more. Blog: http://motzcod.es Twitter: http://twitter.com/jamesmontemagno Plugins: http://github.com/xamarin/plugins Xamarin 4 User Group Parties: https://blog.xamarin.com/xamarin-4-parties-in-december/ Xamarin 4: https://blog.xamarin.com/introducing-xamarin-4/ Listen | Yet Another Podcast  

Xamarin: 3D Game Engine for Android, iOS, and .NET

Building 3D experiences and games using a high-level framework that works across all of the major platforms is now as easy as installing a single NuGet package. UrhoSharp brings the Urho3D game engine to C# and F# developers targeting Android, iOS, Mac, tvOS, and Windows. It delivers scene management, a component-based architecture, actions, animations, 3D […]

The post 3D Game Engine for Android, iOS, and .NET appeared first on Xamarin Blog.

Marcos Cobeña Morián: We’ve Reviewed Grial UI Kit at Plain Concepts

Our workmate Juan Antonio Cano (@jacano35) has done a great review of this fantastic kit for Xamarin.Forms. We’d like to thank the guys from UXDivers for sharing a license with us, so we could analyze it deeply. Enjoy it!   A few weeks ago we got access to the Regular version of Grial UIKit for Xamarin.Forms. Grial UIKit… Continue reading We’ve Reviewed Grial UI Kit at Plain Concepts

Daniel Hindrikes: Xamarin.Forms and large images in android apps

Are you getting out of memory exception when your running your Android app? It’s common that the reason is that a large image is loaded. If it’s the case, take a look at this article at the Xamarin developer portal, http://developer.android.com/training/displaying-bitmaps/load-bitmap.html. But how to implement it when you’re building your apps with Xamarin.Forms? In this […]