Register To Attend The Microsoft Mvp Virtual Conference
Hi All, I wanted to let you know about a great free event that Microsoft and the MVPs are putting on, May 14th & 15th. Join Microsoft MVPs from the Americas’ region as they share their knowledge and real-world expertise during a free event, the MVP Virtual Conference. The MVP Virtual Conference will showcase 95 sessions of content for IT Pros, Developers and Consumer experts designed to help you navigate life in a mobile-first, cloud-first...
A Better Way To Share Image Assets In Xamarin Forms
I’ve just published the fifth installment of my Calcium for Xamarin.Forms series. In this article you see how to share and consume image files between projects in a unified manner. You see how to employ a T4 template to copy image files from a shared project into iOS and Android resources directories; to add them to your iOS and Android projects; and to set the Build Action of the images. Finally, you see how a...
Apps Sold In The Eu Set To Receive Tax Hike
Tax rates for digital goods in the EU, which includes apps and in-app purchases, are set to rise significantly on 1 January 2015. This will affect the revenue of many indie developers. If you’re an app publisher, you may want to look at adjusting your pricing. The table below shows the new VAT rates that will come in to effect on January 1st 2015. EU Country VAT rate before 1/1/2015 VAT rate after 1/1/2015 EU Country VAT rate before 1/1/2015...
Creating A Cross Platform Application Bar For Xamarin Forms With Calcium
I’ve just published the fourth installment of my Calcium for Xamarin.Forms series. In this article you look at defining a custom AppBar in XAML; binding it to collections of command objects and at directly binding AppBar items to viewmodel properties. You see how to employ platform specific rendering to display an AppBar on iOS, Android, and Windows Phone. You learn how the Calcium AppBar is multi-page aware and can be placed within multiple pages hosted...
Building Localizable Cross Platform Apps With Xamarin Forms And Calcium
In this third part of the series you see how to use the same .resx files across all three platforms: Windows Phone, iOS, and Android. You see how to link a .resx file correctly into your Xamarin.iOS project. You learn how to set up T4 templates and link to provided T4 include files to generate Android friendly resources. Finally, you see how to use the x:Static markup extension to consume your localized resources from XAML....