restart an activity when config changes
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hello friends; I implement an ex of fragments in Android fm Vogella.com. i want to do that my activity do not restart when our Orientation changes.. i use android:configChanges="keyboardHidden|orientation" in my manifest file and implement a onConfigChange method in our activity. but it do not work. hlep to sort out this.