Please tell me best way to name ids in android xml...
# naming
s
Please tell me best way to name ids in android xml? Thanks
o
I always use lower case and underscore
The IDE hides them all anyways
x
I use camel case for consistency although that is against the style of the sdk
a
I also use camel case naming convention