I have custom View which is dynamically added multiple times in same activity.
View
Each of custom view instance has beside other stuff a
You can use View.setSaveEnabled (boolean enabled) method.
It's also possible to disable automatic state saving via xml using saveEnabled attribute android:saveEnabled="false"
xml
saveEnabled
android:saveEnabled="false"