I don't like using XML Ids. The main reason that I...
# anko
l
I don't like using XML Ids. The main reason that I'm using Anko is to escape from dealing with all the xml shenanigans
m
you can write
id = 1
, `below(1)`;
id = 2
,
above(2)
, etc
l
Well, the IDE has a quick action to auto add them, you just type
R.id.whatever
and alt-enter on it then validate resource creation (with empty value)