github.com/spark/android-app
so here is an open sourced app, i'm trying to tinker with it and i want to create a button on the fragment_tinker.xml file, and i think that layout is used on the java file : TinkerFragment.java
Question is, how can i create the button in fragment_tinker.xml file that when i click the button, i will go to that custom activity that i made myself,
PS. I tried using Intent it = new Intent(TinkerFragment.this, nameOfTheClassIWantToGoTo.class)
but to no avail
help would be greatly appreciated.
Thanks Java Community!