BTW, it looks like ImageView only supports SCHEME_ANDROID_RESOURCE starting with Android 2.2.

But it supports file:// in earlier versions. Perhaps you could cache images as files and set them with file:// URIs.

-- Kostya

07.02.2011 16:33, b_t пишет:
I haven't tried it because I didn't know how to build the Uri to be
valid.

Have you tried using a resource Uri?

http://developer.android.com/reference/android/content/ContentResolve...

Something like this:

android.resource://the.other.apps.package.name/drawable/id_value


--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

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