[android-developers] Re: How to navigate from one page to another?

2010-01-18 Thread Sam Dutton
Just to reiterate what TreKing says: you *could* build your app using just a ViewFlipper, but I think you're kicking against the platform if you try to avoid multiple Activities, and you may wind up reinventing a lot of Activity features -- especially as your app gets more complex than what you sta

[android-developers] Re: How to navigate from one page to another?

2010-01-17 Thread Sam Dutton
>> Do you happen to know if there is a way to utilize a single activity and.. >> sort of like ajax web apps, hide one view and show another without starting >> another activity? << ViewFlipper does this. There's an example here: http://www.codeshogun.com/blog/tag/view-flipper/ Sam Dutton On