I am using startActivity to call another Activity and I get the \"Activity Not Found Exception\". Here is my code:
TextView textView = (TextView) itemClic
In addition to the answer which Unfrog has given.
One way to get the NullPointerException is to execute a code which is referring to the view parts before the setContentView().
NullPointerException
setContentView()