I notice that if most of the text inside EditText View is colorize with different colour (E.g. ForegroundColorSpan ), the EditText becomes very slow when the number of line is large. (>500 lines)

I am trying to use EditText for typing code and do syntax highlighting using Spannable object.

Anyone has any solution to this problem? Do i have to write my own EditText view? If that is the case then how do i do it?

link|improve this question

0% accept rate
feedback

1 Answer

never had this problem , but have you tried to temporary disable the color when editing , and return the color after editing? also , would it be possible to use listview of editTexts ?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.