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
android:vmSafeMode="true"
removing this attribute from manifest it will work. its working for me.