[android-developers] Re: Animation between 2 activities?

2009-10-16 Thread Mark Murphy
Marc Reichelt wrote: I program on an application where different views are arranged horizontally, each view of screen size. The user should be able to switch between these views using his finger. I first used the ViewFlipper, which was great for simple layouts, but which is *way* too slow if

[android-developers] Re: Animation between 2 activities?

2009-10-16 Thread Marc Reichelt
Hi Mark, thanks for your help! By the way: I now found out why my views took so long to load. An odd combination of an Adapter and layouting led to many useless getView() calls. Now even 10 views are fast enough for the view flipper. Anyway: I think I will use your information to make the