I have gone through different posts and questions for handling rotation and AsyncTask
. In each post it is mentioned that using android:configChanges
is a bad practice. But i didn't find the actual reason why it is discouraged and why it is a bad practice. What are the disadvantage if we use android:configChanges
to handle orientation.
Note:
I know it is already answered how to handle orientation and AsyncTask
. but I want to know reason behind not using android:configChanges
.