euphony-io / sound-helper

Euphony Demo for patients and assistants in case of an emergency.
Apache License 2.0
5 stars 4 forks source link

Naming view element ID in project #22

Open judemin opened 3 years ago

judemin commented 3 years ago

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"
...
eunzinn commented 3 years ago

Good! then I'll edit it like this.

kuro11pow2 commented 3 years ago

layoutName_elementName_type

Good! I agree with your opinion.

kmsaidev commented 3 years ago

I think so, too! I agree with your idea. I'll change it soon.