I disagree personally, I think it's pretty much an...
# android
m
I disagree personally, I think it's pretty much an Android contract to have your constructors just take:
context
, optionally
attrs
, optionally
defStyleRes
, and optionally
defStyleAttr
. At the very least, any XML view will only be able to use the
context, attrs
constructor. I'd rather just expose properties you want to set via setters Posted in #codingconventions