Is file access on Android really that slow?
Hi, while developing a mobile app to run on both Android and iOS platforms I noticed that, while running on Android, media file loading is extremely slow. Not only slow, but it seems to almost freeze the entire app while loading media files packed within the app. The same doesn't happen on Windows while testing or on iOS devices, even slower ones. All media types seem to be affected (tryied with audio, video and picture), so I believe it is some sort of general file access problem. While testing, I noticed that loading three pngs of about 1024x768 pixels freezed the app on a Galaxy Tab, making it unresponsive, for about 3 to 4 seconds!
Is file access on Android devices really this slow? Is there a workaround?
