Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is also a class called FileFilter that does a lot of the work.
One thing to watch out for: when decoding bitmaps from a byte stream (file) be sure to only decode the size you need. Otherwise you will hit OOM (out of memory) errors very quickly.
I forget some of the code off the top of my head but I think you use something called a BitmapObject and set it to inDecodeBounds. Then you can get the proportions of the image and decode a down-scaled version of the image.
I think there's a lot on stackoverflow about this but if I get the time I'll post some links and code.