Well then I am probably doing this the wrong way. Essentially what i want to accomplish is for a user to be able to select a picture from the sdcard as an avatar/logo/profile pic/etc and have that image reference stored in my database. Is there an easy way to do this?
On Nov 23, 3:05 pm, Mark Murphy <[email protected]> wrote: > 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

