In the application I'm working on, the user selects several images and opts
to process them.
The application go through those images getting the thumbnail for each one,
and then save some info about the image on the database.
Today this process takes about 3 minutes to complete for about 300 images.
We are trying to reduce it to less than a minute.
I saw in the Method Profiling that the current culprit is the method
decodeFile, called internally by MediaStore.Thumbnails.getThumbnail()
I'm already using inPreferredConfig RGB_565 and MICRO_KIND as the size of
choice.
Should I consider using NDK to optimize this part of the code? Any advice?

Thanks in advance.

Regards,
Guilherme

-- 
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

Reply via email to