Hi Mark, 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? On Mon, Nov 23, 2009 at 1:52 PM, Mark Murphy <[email protected]>wrote: > JasonMP wrote: > > I was poking around in the documentation for the simpleCursorAdapter > > and I read that if the simpleCursorAdapter doesn't identify your > > images as resources it will assume they are URIs. My question is how > > do i retrieve the URI for an image placed into the asset folder of my > > You can try file:///android_asset/ as a prefix. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > Android Training in US: 11-15 January 2010: http://onlc.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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

