Marmalade SDK views navigation concepts
- by Mina Samy
I want to develop a simple multi-Activity Android game using Marmalade SDK.
I looked at the SDK samples and found that most of them are a single view (Android Activity) apps.
The Navigation model in Android is a stack-like model where views are pushed and popped.
I can't find whether Marmalade has a similar model or it uses a different approach.
would you please explain this to me and provide tutorials and samples to navigation in Marmalade if possible ?
Thanks