Looks bad, very bad. First, I have no idea why you're allocating 1.8 MB (remember that Java, and I suppsoe Dalvik as well, takes 16 bits per char). How come so much? Second, of course writing a byte (or is it a char, there's a mismatch there) is going to be slower than writing at least a few thousand at a time.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

