2
score
569
views
yes
status
CC BY-SA 3.0
Android coding best practices
In AOSP ids normally use underscores. address_id instead of addressId . I have seen attributes use camelCase in AOSP however. That is the best practice. This is from the Code Style Guidelines for Contributors for AOSP:...