Android Question libGDX ScreenManager (SOLVED)

walterf25

Expert
Licensed User
Longtime User
Can we use different modules to create different screens, or are we forced to declare all the number of screens in the Main Activity and handle them on the same Main Activity?

For Example if i have 5 different screens I think it will become very confusing to have all the Screens_Show and Screens_Render subs in the same Main Activity, is there a way to declare each screen in a different class or module and handle them through their each individual class?

Walter
 
Top