Jason Mallet-Prevost wrote:
> I am trying it like this:
> 
> ImageView.setImageUri(Uri.parse(file:///android_asset/image.jpeg));
> 
> and its displaying a blank screen.  Am I missing something?  

Besides quotes around your string, no, I would have hoped that this
would work. Beyond that, I do not know of a Uri scheme that accesses assets.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 Available!

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