I know this is a question frequently asked, but after reading the many questions and solutions on stack overflow I am confused. I am confused with regards to Fragments and what is required to start an activity from clicking an item in the navigation drawer.
I've checked these posts but only got confused Q1, Q2
Could someone please explain what is required to start a basic activity from this navigation drawer item? Do I need an onClick method implemented where specified in the code? Also how does this relate to the Intent?
Here is my MainActivity.java
And here is the second activity, Playboard.java, that simply loads a background image:
All input greatly appreciated thanks!