I am a beginner in XML language. I am learning XML in Android studio at school.
Example,
<Person>
<sex ="female"></sex>
<firstname = "Hani"></firstname>
<lastname = "Jeong"></lastname>
</Person>
in this case, all the values are hidden from users, right?
What I am really confused about is that I understood that attributes must always have values.
Which common situations do you hide the values or show the values to users?