4
Situation
When we do not use a variable in the file, the Eclipse has a feature that is to inform the developer by sending the following message:
The value of the field Class.Clienteid is not used.
See the image below:
Similarly, there is a way to know if an item is not being used in the file res/values/strings
in the Eclipse? As for example the txt_button_enter
as shown below:
<string name="txt_button_enter">Enter</string>
In advance thank you.
Hadn’t used this feature yet. Vlw. Thanks!
– viana