In my app I'm implementing many finish()
methods between activities. Should I be doing this? I think so because I'm helping conserve the user's battery. Is that true?
Also, Google apps don't implement an Exit button in their applications. but I see in many games they have an Exit button. Should apps implement an a exit button? Or perhaps for apps it's not necessary, but in videogames it is?