Why the letter case inconsistency between src and res/layout?

Posted by Peter vdL on Stack Overflow See other posts from Stack Overflow or by Peter vdL
Published on 2010-03-17T02:39:00Z Indexed on 2010/03/17 2:41 UTC
Read the original article Hit count: 385

Filed under:
|
|

I called my main activity Main, and Eclipse created Main.java and res/layout/main.xml for the layout.

Is there any reason why Eclipse dropped the uppercase "M" for the layout file?

Was I wrong to use upper case M for the name of my Main class (a Java convention, types start with uppercase, objects with lower case)?

© Stack Overflow or respective owner

Related posts about android

Related posts about layout