I finally got around to doing some profiling on actual touch devices, and the expensive operation was instantiating images synchronously for grid delegates. Doing it asynchronously speeds up the grid view creation significantly.
I finally got around to doing some profiling on actual touch devices, and the expensive operation was instantiating images synchronously for grid delegates. Doing it asynchronously speeds up the grid view creation significantly.