onconfigurationchanged On Thu, Jun 23, 2011 at 10:41 AM, Prasannaa <[email protected]> wrote:
> Hi, > > I would like to know when the keyboard appears/disappears.I found > out that (by searching) that there are no direct api's for this and > onGlobolLayoutListener's onGlobalLayout is generally used to find > this.But, the problems I am facing in doing so is > > > 1) On Landscape mode, onGlobalLayout does not even gets called > (on devices with no physical key board and the soft keyboard > occupies the entire screen , OS 2.1). > > 2) Sometimes, onGlobalLayout listener is called multiple times > when the user is trying to edit the text view. (OS 2.3,4). > > > Normally, how do one identify the keyboard existence/absence. > > thanks. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

