はつねの日記

Kinect, Windows 10 UWP, Windows Azure, IoT, 電子工作

2018-06-13から1日間の記事一覧

Xamarin.Forms 2.xと3.0の違い(Xamarin.Forms.Application.Current.Resources)

App.csのコンストラクタで、Xamarin.Forms.Application.Current.Resourcesの初期状態が、Xamarin.Forms 2.xとXamarin.Forms 3.0では異なっていました。 2.x:null 3.0:not null 問題点 そのため、nullだったらCurrent.Resourcesに項目をAddするようなロジック…