Theoretically, the #2 is faster because, once copied in a folder, the image can be accessed directly, while in the first case you have to open a special stream that uncompresses the asset from the apk to get its content (this is done automatically by the Erel's code).
But if you copy your image to another memory card, this card may be slower. So it would be better to copy to DirInternalCache.
Theoretically, the #2 is faster because, once copied in a folder, the image can be accessed directly, while in the first case you have to open a special stream that uncompresses the asset from the apk to get its content (this is done automatically by the Erel's code).
But if you copy your image to another memory card, this card may be slower. So it would be better to copy to DirInternalCache.