I have an Activity with some EditText fields and some buttons as a convenience for what normally would be used to populate those fields. However when we the user touches on
The following line is exactly what is being looked for. This method has been included with API 21, therefore it works for API 21 and above.
API 21
edittext.setShowSoftInputOnFocus(false);