I’m working on designing a game with multiple levels and was wondering if I was going about it the right way. I have a menu screen with levels to choose from, and each level(button) would start a new activity specifically for that level. Is that a good practice or just terribly inefficient?
Share
Not only is it a good practice, it is perhaps the only practice. You might consider giving these links a good read and understand the basics. 🙂
http://developer.android.com/guide/practices/ui_guidelines/activity_task_design.html
http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle