Android Question Automatic labelled tag on views in the design sheets

DALB

Active Member
Licensed User
Hello everyone.
Happy new year, peace and lot of creations !

I have a question about the tag line in the views properties in the designer sheets.
Could it be possible to give the name of the view of each labels at its creation ?
That is to say, when we create a view and give it a name, when we press the enter ENTER key, if the tag is empty, it fills automatically with the name of the view.
I ask this only to be more efficient during the creation of the codes.

A) It is a stupid question
B) It will not be because I never thought about it
C) Why not, where are the advantages and the useless side of it ?
D) Yes this is a real question

Thanks
 

DALB

Active Member
Licensed User
I often refer to the tags, that's why this question is.
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
The Tag property can contain everything, even objects, and not only strings.
Filling it automatically could be an advantage or a disadvantage from case to case.
My opinion.
 
Upvote 0

Brian Dean

Well-Known Member
Licensed User
Longtime User
I think that this is a matter of personal preference, and it does not appeal to me.

I use Tags a lot too, but usually I give them an integer value or use a pointer to an object. The view name is already available as Sender, so no need to duplicate it in the Tag, in my opinion.
 
Upvote 0

DALB

Active Member
Licensed User
Sure, I can fill all the tags with a little code, but if it could be done at the creation, no time is spent on them (maybe a copy/paste), no more lines in my codes, I'm a little bit lazy.
 
Upvote 0
Top