AndroidCharts
AndroidCharts copied to clipboard
Use List instead of ArrayList as parameters where possible
Since the library doesn't really care whether the passed data is inside an ArrayList or a LinkedList or any other implementation of List, it should use ArrayList's superclass List as parameters instead of forcing users to make use of this one specific implementation.