5

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

Mat
  • 202,337
  • 40
  • 393
  • 406
  • http://stackoverflow.com/questions/10231323/oncreate-method-is-called-after-calling-onconfigurationchanged-method-in-an-acti – Nirav Ranpara Oct 26 '12 at 08:12

1 Answers1

2

Simple >> Oncreate() method Called after onConfigurationChanged .

Nirav Ranpara
  • 13,753
  • 3
  • 39
  • 54