I\'d like to hook to an event that fires when android\'s on screen keyboard appears. For example when user taps EditText to bring up the keyboard. Anyone know which event (o
There won't be a way to determine when the keyboard comes up, but if you want to check when the user taps on an edittext you can register a click listener or an onfocuschangedlistener to that view.