ぽぬメモ!

ただのゲーム好きオヤジ

How to Lazy Loading Images and the Model View ViewModel (MVVM) Design Pattern.

Learn how to work with the Model View ViewModel (MVVM) Design Pattern. You will also learn how to use the Closure (Data Binding) method to bind the View and ViewModel together. You will then understand how each component interacts with data, load images asynchronously, and cache images; if you load images asynchronously while receiving data via the API, you should be able to achieve fairly fast screen rendering.

Xamarinで構築されたアプリのパフォーマンスが問題になっているとこのことなので、 画像を非同期(遅延)で読み込み、画面描画をブロッキングしないような一覧表示を試してみた。

新しい職場だけど、専門職フリーランスが何たるかを見せるためにパフォーマンス向上のプロトタイプを作成した。

www.youtube.com