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?