Hello All, Here is my Problem, I am trying to safe an image (1280x800) into the memory and I am running into some timing issues.... Meaning I want to get it done As fast as possible wihtout losing the image sizing and crispness.... I had been trying to resolve this problem for last couple of days and I am running always to gotchias (The final destination of the Image I want it to be in the SDCARD)
1. I tried writing directly an image to the SD-CARD and it took about about 180 msec 2. I tried writing to internal cache memory first (160msec) and then copying using the FileChannel the image to SDCARD (4msec) Does anyone know what would be even faster? If there is no faster way to do this, that is fine, but I just want to make sure that I visited all of the possible ways. Thank you all for your help ahead of time. Thank you and Best Regards, Sebo --- I eat droids for Breakfast.... -- 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

