I'm new at Android Development...
I create a new activity and call finish(); method. But it still running, consuming battery, memory...

Is there a way of stop the application completely, avoiding battery and memory consumption after activity is destroyed?