04-22-2008, 07:55 AM
|
#4 (permalink)
|
| CrackBerry Addict
Join Date: Apr 2005 Location: hamburg, germany Model: 8900 Carrier: o2
Posts: 838
Post Thanks: 0 Thanked 0 Times in 0 Posts
| the screens are on a stack and can be put on it via push, removed via pop.
you should think about your workflow beforehand and arrange the screen-handling accordingly.
to do this there are different ways. you can let the screens do "the work" like push another screen (quick&dirty).
or you can use a callback to have your controller push a screen (MVC) .
to move back to the last screen you only have to dismiss (pop) the current one, as the last screen is just one layer below on the stack.
__________________
java developer, Devinto, hamburg/germany
|
| Offline
| |