John Gaby wrote:
> Can I have sub-folders to hold my drawable resources.  For example can
> I store an image in, say, 'res/drawable/content/images/myimage.jpg'
> and then find that resource via a call to:
> 
> id =
> context.getResources().getIdentifier("com.mycompany.myprog:drawable/
> content/images/myimage", null, null);

No, sorry.

> Also, are jpeg files supported and drawable resources?

Yes:

http://developer.android.com/guide/appendix/media-formats.html

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

_Android Programming Tutorials_ Version 2.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 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