Since ArrayAdapter already has a property for `con...
# android
a
Since ArrayAdapter already has a property for
context
you don't need to define one yourself. When you call
super(context...)
it'll get set there. 🙂
👍 1