FlowTextView icon indicating copy to clipboard operation
FlowTextView copied to clipboard

SpanParser should use SparseArray instead of HashMap<Integer,...

Open dalewking opened this issue 11 years ago • 0 comments

Using an older version of your library in my project and I get an Android lint warning telling me that HashMap from integer should be replaced with SparseArray and for the way you are using it SparseArray makes much more sense and should perform better.

dalewking avatar Jun 30 '14 13:06 dalewking