I have a relatively simple Android app with one Activity showing a list of items and another showing details of a selected item. I start the list activity, whi
Activity
It looks like your parent activity isn't setup properly in your manifest. Add this inside your ShowInstanceActivity activity tag:
So, your final activity tag should look like: