Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is called after "onConfigurationChanged()"?

I am a young developer on Android and I can't find a solution to my problem.

I want to simulate an event just after the configuration changes and for that I have tried to use onConfigurationChanged() but with this method, my event is applied just before the screen rotates. But I want to apply my event just after the rotation.

So, how I can make it? Or what method is called after onConfigurationChanged()?

like image 590
Julien Renard Avatar asked Nov 04 '22 13:11

Julien Renard


1 Answers

Simple >> Oncreate() method Called after onConfigurationChanged .

like image 134
Nirav Ranpara Avatar answered Nov 08 '22 03:11

Nirav Ranpara