As I said, the window gets resized, not the activity. The activity doesn't have a size.
On Wed, Sep 16, 2009 at 8:40 PM, AJ <[email protected]> wrote: > > Thanks Dianne. > > My requirement is like that, I want to be informed when the window > gets re-sized. > > I found that when my window gets re-sized then onSizeChanged() [My > class extends from View] function gets called. > > Is this is only function where I would be informed or Activities > associated with Window also gets some event when the Window gets re- > sized? > > > Thanks, > AJ > > On Sep 16, 9:34 pm, Dianne Hackborn <[email protected]> wrote: > > Activities don't get sized, windows do. The window associated with your > > activity will be resized if it is in resize mode. > > > > On Wed, Sep 16, 2009 at 4:21 AM, AJ <[email protected]> wrote: > > > > > Do we get any event in the Activity when the activity gets resized? > > > like when Virtual keyboard appears on the screen. > > > > > Thanks, > > > AJ > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see > and > > answer them. > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

