1.Override the onConfigurationChanged event
2.Request changes via the android:configChanges="orientation" attribute for activities in your manifest file
3.Both of these
4.None of these
Answer:3