[android-developers] How can I catch screen orientation change in onPause()?

2010-04-23 Thread Thom Shutt
Specifically, I need a way of _not_ performing the onPause functionality I've implemented when it occurs because of a change in screen orientation. Thanks -- Thom -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: How can I catch screen orientation change in onPause()?

2010-04-23 Thread Thom Shutt
Or indeed onStop() On Apr 23, 6:01 pm, Thom Shutt wrote: > Specifically, I need a way of _not_ performing the onPause > functionality I've implemented when it occurs because of a change in > screen orientation. > > Thanks -- Thom > > -- > You received this message

[android-developers] Re: How can I catch screen orientation change in onPause()?

2010-04-23 Thread Thom Shutt
eKing" wrote: > On Fri, Apr 23, 2010 at 12:01 PM, Thom Shutt < > > thomshuttimper...@googlemail.com> wrote: > > Specifically, I need a way of _not_ performing the onPause functionality > > I've implemented when it occurs because of a change in screen orientati

[android-developers] Re: How can I catch screen orientation change in onPause()?

2010-04-23 Thread Thom Shutt
ot; wrote: > On Fri, Apr 23, 2010 at 2:43 PM, Thom Shutt < > > thomshuttimper...@googlemail.com> wrote: > > I need the music to carry on playing for a change in orientation though. > > I see. > > > Were you pointing to something in particular in the Activity docum

[android-developers] Display Independent Pixel issues

2011-03-18 Thread Thom Shutt
Hi, I'm having some issues with using DPs. The problem may be with my understanding of them. I'm only using weighting and DPs for my layout. The weighting works well when scaling to different displays, but anything that isn't using weighting (text, space between the elements) doesn't scale propor

[android-developers] Re: Display Independent Pixel issues

2011-03-19 Thread Thom Shutt
I tried initially without - the problem is just extended to the pink boxes, and I end up with a massive white gap at the bottom of the screen on larger displays. On Mar 19, 11:44 am, lbendlin wrote: > You may want to try this without weighting. > > On Mar 18, 6:57 pm, Thom Shutt wrote: