i am setting android:configChanges="orientation|screenSize"
in manifest for activity to not be destroyed and re-created .
but if i tried to use any of LinearLayout objects after screen rotates"first rotation does not return error second one return error full details" it return null !
Question does LinearLayout
objects return null after configuration changes if (activity declared in manifest like that) ?
thanx in advance!