How to automatically add a description field on the element in android development?
My initial feeling is add something at the xml -> R compile stage。
or in the jetpack, we may could register some compiler extensions to add the description at the compile stage.
Could anyone here provide some examples or related links?