Thanks for the reply.  Is there a maximum length to the name of a
drawable resource?


On May 28, 4:02 pm, Mark Murphy <[email protected]> wrote:
> 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/commonsguyhttp://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 [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