We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that we should name view elements (TextView, Button, etc.) more intuitive than now. When referencing elements by ID it's hard to recognize.
My suggestion is to name it according to the below form
layoutName_elementName_type <Button android:id="@+id/transmit_submit_button" ...
The text was updated successfully, but these errors were encountered:
Good! then I'll edit it like this.
Sorry, something went wrong.
layoutName_elementName_type
Good! I agree with your opinion.
I think so, too! I agree with your idea. I'll change it soon.
judemin
kuro11pow2
kmsaidev
eunzinn
No branches or pull requests
It seems that we should name view elements (TextView, Button, etc.) more intuitive than now.
When referencing elements by ID it's hard to recognize.
My suggestion is to name it according to the below form
The text was updated successfully, but these errors were encountered: