Posts Tagged ‘gallery’
During the development of the “Photo Voyages of Trey Ratcliff” app, I ran into a problem with file IO read operations. Bascially, the read of a large photo (300KB-900KB) would take from 300 ms to 2000 ms based on file system load. Because of this, I needed to do the read in the background so [...]
Filed under: Android | Leave a Comment
Tags: android, gallery, outofmemoryexception, queue
