I am using startActivity to call another Activity and I get the \"Activity Not Found Exception\". Here is my code:
TextView textView = (TextView) itemClic
I was trying to start SERVICE with startActivity(intent) and the same exception popped out. To run SERVICE, use startService(intent)
startActivity(intent)
startService(intent)