Android EditText can't handle large file -
Android EditText can't handle large file -
i notice if of text within edittext view colorize different colour (e.g. foregroundcolorspan ), edittext becomes slow when number of line large. (>500 lines)
i trying utilize edittext typing code , syntax highlighting using spannable object.
anyone has solution problem? have write own edittext view? if case how do it?
never had problem , have tried temporary disable color when editing , , homecoming color after editing? , possible utilize listview of edittexts ?
android android-edittext
Comments
Post a Comment