[android-developers] Re: Animated window transitions in Android 1.5

2009-06-15 Thread android_dev
How do I override system activity transitions to create custom transitions between activities for my app? On Jun 12, 6:33 pm, Dianne Hackborn hack...@android.com wrote: Unless you are explicitly overriding them, you should get the default activity transitions as long as the setting under sound

[android-developers] Re: Animated window transitions in Android 1.5

2009-06-12 Thread David Golightly
Oh, got it - the setting is on the device, not in the application. The idea is to let the user turn on/off animations as desired. On May 12, 9:56 am, Dianne Hackborn hack...@android.com wrote: You generally don't -- let the system use its standard one. On Tue, May 12, 2009 at 7:07 AM, poncz

[android-developers] Re: Animated window transitions in Android 1.5

2009-06-12 Thread David Golightly
So, I have a project where no animations are being performed - how do we get the system to use its standard one? i.e., where is that setting located? On May 12, 9:56 am, Dianne Hackborn hack...@android.com wrote: You generally don't -- let the system use its standard one. On Tue, May 12,

[android-developers] Re: Animated window transitions in Android 1.5

2009-06-12 Thread Dianne Hackborn
Unless you are explicitly overriding them, you should get the default activity transitions as long as the setting under sound and display is turned on. On Thu, Jun 11, 2009 at 2:08 PM, David Golightly davig...@gmail.com wrote: So, I have a project where no animations are being performed - how

[android-developers] Re: Animated window transitions in Android 1.5

2009-05-12 Thread poncz
How do you set an animation for an activity in SDK 1.5? Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Animated window transitions in Android 1.5

2009-05-12 Thread Dianne Hackborn
You generally don't -- let the system use its standard one. On Tue, May 12, 2009 at 7:07 AM, poncz oded.po...@labpixies.com wrote: How do you set an animation for an activity in SDK 1.5? Thanks, -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send

[android-developers] Re: Animated window transitions in Android 1.5

2009-05-08 Thread Dianne Hackborn
1.5 does animations between activities if they are turned on in the new settings option. Please don't do them yourself. On Fri, May 8, 2009 at 4:08 AM, abhijith.off...@gmail.com abhijith.off...@gmail.com wrote: in android 1.5 release notes I saw Animated window transitions . What is this