Currently, Android\'s EditText is extremely slow when dealing with a huge amount of lines of text (10000+). It appears like this slowdown is partially due to the fact that E
Avoid using EditText inside a RelativeLayout, use LinearLayout instead.