FlowTextView icon indicating copy to clipboard operation
FlowTextView copied to clipboard

Performance issue for FlowTextView

Open lingyijun opened this issue 10 years ago • 1 comments

I find that the perfomance of FlowTextView is not good, onDraw() method comsumes too many cpu time.

lingyijun avatar Jan 22 '15 04:01 lingyijun

you can separate the text layout logic and drawing logic :>

KnIfER avatar May 26 '20 10:05 KnIfER