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 <[email protected]> wrote:
> 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 Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to Android Development_ Version 3.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
>



-- 
Romain Guy
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
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