deano2390/FlowTextView

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

Opened this issue · 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.