I have an issue when the activity starts, android automatically places focus on the first edittext. How do I prevent android from doing that?
use setFocusable (boolean focusable) to prevent. http://developer.android.com/reference/android/view/View.html#setFocusable(boolean)