My app Consists an intro page with "Start", "About", etc..
I managed to create a functional version of the app by having the "Start" button call a new layout in which a new onclick listener is defined.
This doesn't seem clean to me that I@m defining a new onClick listener for each Layout I use and wonder how the correct way would be to create individual pages (including my "About" and any other screens I implement).
Any advice is appreciated, thanks.