On Tuesday, July 17, 2012 9:33:48 PM UTC+2, Kostya Vasilyev wrote:
>
>
> Can't you use a content provider that implements openFile() and uses 
> ParcelFileDescriptor to return a reference to the same file(s) you have on 
> the external storage?
>
> This, too, would avoid the unnecessary copying of bitmap data.
>
> IIRC, content:// URIs are supported by ImageView since 2.2.
>
>
Yes, I can revert to that; as I mentioned earlier, I had been doing that at 
first. I'll just need to do some version-dependent code since I still 
support pre-2.2. But that's not a big deal. 

String

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