Do not decode full-resolution bitmaps unless you need them. Provide appropriately sized assets, downsample or rescale at load time, load and cache images asynchronously (or use platform-native loaders) so the UI can show quickly.
Do not decode full-resolution bitmaps unless you need them. Provide appropriately sized assets, downsample or rescale at load time, load and cache images asynchronously (or use platform-native loaders) so the UI can show quickly.
Share with