Putting this to the top to see if someone has an answer...  thank you
 On Jul 25, 2011 11:20 AM, "Sebastian Tomaszewski" <stomasze101...@gmail.com>
wrote:
> Do any of you guys know an answer to this.. Just wondering...
>
> On Fri, Jul 22, 2011 at 5:24 PM, Sebo <stomasze101...@gmail.com> wrote:
>
>> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to