HI I am new to android application development.I know android:configChanges="orientation|screenSize" is used to avoid activity Restart but it does not allow UI(layout-port,layout-land) changes too.But What i want is,
I need to avoid activity restart when orientation changes and also take an effect of UI changes.(i.e) if the mobile in portrait the layout takes from layout-port (or) if the mobile in landscape the layout takes from layout-land
Is this possible to achive?If yes means reply soon. If any body know this Please help me. Thanks in advance