[android-developers] help me understand: upper case characters in layout file names are disallowed

2010-11-22 Thread Justin Collum
I understand that these files map to R classes (generated). So I see
why punctuation characters (most) are disallowed. But I can't for the
life of me think of why main would be allowed but Main would not.
Why not something like firstScreen?  Is there something about
generated files that I'm missing? Do caps screw them up somehow? I'd
like to make a view named defineNewList or something along those
lines. Annoying to have to use underscores: define_new_list.

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


Re: [android-developers] help me understand: upper case characters in layout file names are disallowed

2010-11-22 Thread Kumar Bibek
Hmm, Never thought about that.  But interesting observation. :)


Kumar Bibek
http://techdroid.kbeanie.com
http://www.kbeanie.com



On Mon, Nov 22, 2010 at 5:30 AM, Justin Collum jcol...@gmail.com wrote:

 I understand that these files map to R classes (generated). So I see
 why punctuation characters (most) are disallowed. But I can't for the
 life of me think of why main would be allowed but Main would not.
 Why not something like firstScreen?  Is there something about
 generated files that I'm missing? Do caps screw them up somehow? I'd
 like to make a view named defineNewList or something along those
 lines. Annoying to have to use underscores: define_new_list.

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

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