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()
?