I\'ve got an EditText that is SLOW to respond when typing. The lag is annoying enough to cause me to find a solution. I did some research and found an SO thread EditText laggi
I found that switching off the predictive text helped.
android:inputType="text|textNoSuggestions"