Hello.
Im starting my first Android project so im still kind of n00b and not sure about how to organize some things to have a clean code :P
I have my first screen with a spinner and a button. When you click the button i catch the spinner selection and the app will move to a new screen (Depending on the spinner selection).
So now, i have 2 more .xml for the layout of the new screens, but i dont know if i must continue coding in the same Activitie/.java file, or if i should make a new Activitie and in that case, if i should create this new Activitie into another .java file os stay using the same..
Im not sure if i explained myself right xD. Anyway, if anyone need more info, just tell me and i will try to make it better :)
Thanks!