Re: [android-developers] Re: Drawable resource images

2010-05-28 Thread Romain Guy
According to the Java Language Specifications: "An identifier is an unlimited-length sequence of Java letters and Java digits, the first of which must be a Java letter." (Section 3.8) On Fri, May 28, 2010 at 4:18 PM, Mark Murphy wrote: > John Gaby wrote: >> Thanks for the reply.  Is there a max

Re: [android-developers] Re: Drawable resource images

2010-05-28 Thread Mark Murphy
John Gaby wrote: > Thanks for the reply. Is there a maximum length to the name of a > drawable resource? Probably. Whatever the maximum length of a Java identifier is would likely be the limiting factor. Don't know what that is off the top of my head though. 256? 128? -- Mark Murphy (a Commons

[android-developers] Re: Drawable resource images

2010-05-28 Thread John Gaby
Thanks for the reply. Is there a maximum length to the name of a drawable resource? On May 28, 4:02 pm, Mark Murphy 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' > > an