I am using startActivity to call another Activity and I get the \"Activity Not Found Exception\". Here is my code:
TextView textView = (TextView) itemClic
You certainly forgot to declare the activity in the manifest file AndroidManifest.xml as follows (you need to inject the value you actually got):