You may want to consider using an ActivityGroup or TabActivity. That way your Activities have separate logic, but can still be animated in/out.
-- Zach Hobbs HelloAndroid.com Android OS news, tutorials, downloads On Wednesday 01 October 2008 9:18:35 am skink wrote: > hi, > > some time ago i made design error asigning each view to separate > Activity. > now i want to use ViewAnimator that will contain three views. that way > i'll add one Activity but remove three ones. the question is: should i > move their code to new Activity or is there a way to use some 'fake' > Activity so that i wouldn't need to change anything but replace > 'extends Activity' to 'extends someFakeActivityClass'? > > skink > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---