I am certainly not aware of turning these transitions on in the
emulator.  I have played around with the API examples application, so
perhaps one adjusted my settings.

Regardless, is there a way to programmatically turn the transitions on
in my code so that it will work on the G1?

On Nov 13, 2:39 pm, hackbod <[EMAIL PROTECTED]> wrote:
> The emulator and device are exactly the same in this regard.  By
> default the activity transitions are not turned on; you must have run
> something (like Dev Tools) on the emulator that give you the option to
> turn them on.  The reason they aren't on by default is that there were
> still a few issues with them in 1.0.
>
> On Nov 13, 10:02 am, ksmith44 <[EMAIL PROTECTED]> wrote:
>
>
>
> > On the Android Emulator, as you launch a new activity, the old
> > activity slides to the left and the new activity slides in from the
> > right.  Similarly, when you hit the back button you get the opposite
> > effect.
>
> > This does not seem to happen on the G1.  Both launching an activity
> > (or a task/application for that matter) and the back button simply
> > replace the previous screen.  Is there any way to get the transition
> > behavior on the G1?
>
> > I know you can apply an animation to a specific activity (or more
> > accurately, you can apply a LayoutAnimation to the outermost layout
> > view of an activities UI) which will make it slide in from the right.
> > You can also apply animations to layouts to emulate sliding out to the
> > left and probably sliding back in from the left in an onResume to
> > imitate the back button.  However, I have not found a way to tie the
> > two animations together so that the two views move in concert.  It
> > does not look nearly as nice to have one slide off, the screen go
> > white for a flash, and then the new one slide on.
>
> > Any help?- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to