I am using startActivity to call another Activity and I get the \"Activity Not Found Exception\". Here is my code:
TextView textView = (TextView) itemClic
If your two activities (symptomActivity and symptomRemedyActivity) are in different packages, you have to declare in Android Manifest the package name.