SyntaxFix
Write A Post
Hire A Developer
Questions
Call the recreate() method from where you want to recreate your activity . This method will destroy current instance of Activity with onDestroy() and then recreate activity with onCreate().
recreate()
onDestroy()
onCreate()