I've been trying to teach myself Android, and have just learned that I've been creating multiple instances of the same Activity
in my code. Conceptually I know it's there, but is there any tool (like DDMS, for example) that I can use to see that I've created multiple instances?
This would also help me find out if my experiments with Intent
flags are working or not.