The game I'm working on is based on different levels. I can use different activities or only one activity with different layouts ( or maybe only one layout, you have to apologize me but I'm studying alone and it's pretty hard to learn alone ).
My problem is: I'm not sure what is best way to implement levels in game. If I use only one activity as container for each level, where I design each level as different layout, how can I refresh my current activity with the new content ? To make it clear, think about "Cut the rope", is every level a different activity or they load different xml's on the same ?
I'm sorry if this question is not properly written, but I can't find more specific terms to make it better.
