- notifyOnChange
- if true, modifications to the list will automatically call ArrayAdapter`1.notifyDataSetChanged()
Control whether methods that change the list (ArrayAdapter`1.add(T), ArrayAdapter`1.insert(T, int), ArrayAdapter`1.remove(T), ArrayAdapter`1.clear()) automatically call ArrayAdapter`1.notifyDataSetChanged(). If set to false, caller must manually call notifyDataSetChanged() to have the changes reflected in the attached view. The default is true, and calling notifyDataSetChanged() resets the flag to true.