Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThis isn't feasible for my application sorry. The application is an Xbox Media Center remote, it's intended to be used over Wifi (It can be used over 3G etc. but there isn't much point). I really don't want to force people to have their Media Library images uploaded to a web service then back to thier phone to use my app. I also don't want to require them to have an internet connection to use my app,
      singulars
    2. COThanks for the explanation. Now I understand what you're saying... I don't think you're going to get any improvement by changing this away from the UI thread. You may be able to make it faster by finding a faster resizing algorithm, but the "single threaded" wording in your question isn't the problem - fundamentally you are on a phone with a single CPU with a single core (and some graphics processing available from the UI).
      singulars
    3. COOnly ways i can think to make this feel faster are: 1) show the users some feedback during the caching, 2) let the users start using the app (with placekitten thumbnails) before the caching is complete, 3) look at the Media Center API again - is there any way of asking it for thumbnails?, 4) as well as resizing, take a look at the image decoder libraries to see if the downloaded images already contain thumbnails (e.g. JPEGs often have thumbs embedded in the JFIF stream). Sorry in advance - as my guess is that you've already tried all of these things!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload