Good Day. I am currently running into a problem. I have 2 activities. My first activity launches the second one. Once the second one has done some work it calls the finish() method in order to destroy itself. Then my previous activity pops up which is what I would like, however when the first activity pops back up it does not seems to activate any of the methods (onCreate(), onResume, onRestart, onStart). I have all the methods included and logged if they have been executed, which they have not been. What could be the problem?

Thank you for your time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.