I want to create a Back "Button" in my Android app.
I have the standard Layout in the Eclipse project, with the small image in the left top corner. Now i want to open a new activity and when i click on this image, i want to get back to my activity before (like parent and children)
For example: The way on the ESPN ScoreCenter app:
Home Screen
Back Screen (This is the Screen i want)
Is this possible with two different Activitys?