android how to refresh activity programmatically code example
Example: refresh activity android
Activity.recreate(); //Trigger the onCreate method in the activity
Activity.recreate(); //Trigger the onCreate method in the activity