How to add rotation effect when change mode portrait to landscape ?
I want to make it smooth .
Please help me.
I want to sleep. T-T
How to add rotation effect when change mode portrait to landscape ?
I want to make it smooth .
Please help me.
I want to sleep. T-T
I believe this is handled by Android so you can't really change it without making your own custom ROM.
You can set android:configChanges="orientation" on your Activity and then implement onConfigurationChanged() on the Activity.