I know, that I get the same result with both code snippets
finish();
startActivity(newActivity);
and
startActivity(newActivity);
finish();
I'd like to know your opinion, if there is a big difference between them. Is one better than the other? If so, why?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…