views:

173

answers:

0

while activity loading if user shake the handset my activity was crashign to fix this i added

android:configChanges="keyboardHidden|orientation"

to my activity, after that my activity stopped crashing and not calling oncreate again only changing then UI orientation, now i want to load images from drawable-land while orientation change how can i do it ?