How to restart previous activity in android? -


in android app, have activity displays profile information. opens new activity make changes activity. after save changes, closes edit activity edit activity, goes profile displaying activity, there need restart activity refresh data.

is there way can restart activity opened current activity?

there 3 ways can achieve want:

  1. start profile activity calling startactivityforresult() , refresh data in onactivityresult()
  2. finish() activity when start profile activity , override onbackpress() in profile activity start previous activity , call finish().
  3. override onbackpress() in profile activity start previous activity flag intent.flag_activity_clear_top , refresh data in onnewintent()

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -