[android-developers] Re: Is there a normal human way to copy image from one folder to another?

2010-02-23 Thread benderillo
Thanks Anton. It sounds like too much extra work for so simple and basic operation. But, I guess this is only approach which would work for android. Slightly disappointing though... __ Alex On Feb 19, 4:23 am, Streets Of Boston flyingdutc...@gmail.com wrote: No. You have to do this all

[android-developers] Re: Is there a normal human way to copy image from one folder to another?

2010-02-18 Thread Streets Of Boston
No. You have to do this all yourself :( 1. Query from the mediastore all the info for your original image, including its file-path (DATA column). 2. Query from the thumbnail mediastore the info of all the thumbnails (can have more than one) for the given image. 3. Copy your image-file to another