KB-20071127-011
From Triled Wiki
- Status: opened
- author: walterc
- link: http://groups.google.com/group/android-developers/msg/1061770670a73386
- Description:
- in View
why "public void setKeyListener(OnKeyListener l)"
when "public void setOnClickListener(OnClickListener l)"?
why not "public void setOnKeyListener(OnKeyListener l)"?
- in LinearLayout
why "protected void layOutHorizontal()"
when everything else is "layout" or "Layout"?
- in layout xml files
why some attributes have "_" and some are camel-cased?
