Home » Archive for February 1st, 2010
Ignore Configuration Changes in Android
When programming on the android I encountered a error called android.view.AbsSavedState which happens whenever you do any type of screen orientation or slide out your keyboard. So I decided the best way for me to avoid this error was to ignore any type of screen orientation.
add a couple of attributes in your manifest file
<activity android:name=”(Put in your activity name if not already...