I am developing for a tablet using Android 2.2.
I have a form which I am using for new and editable instances. When editable, I want to stop the user from editing c
If you want this for a particular EditText this will work.
EditText
editText.setShowSoftInputOnFocus(false);