Alright, so I have been working on this code for over two days trying to find the error in my code. The problem I have is having an intent get an activity. I get an "ActivityNotFoundException" and that there is no activity found to handle the intent. I know that the problem is the naming convention I have been using. I just can't find it.
The problem occurs when I click on the "Yes" button in the first activity.
Here is the past for the java souce file, android manifest file, and the positive java file
http://pastie.org/pastes/4325906/text
I am following the book Beginning Android Application Development by Wei-Meng Lee.
Thank you very much in advanced for your help and support. I can believe that it get's tiring answering questions that we have.