Android, activity is not recreated on soft keyboard visibility change?

Soft keyboard changes do not trigger configuration change event. Only hardware keyboard does.

When the software keyboard appears/disappears my activity is not restarted. Why is this? I have not overridden onConfigurationChanged or declared android:configChanges in the activity entry in the manifest.

I even tried setting android:configChanges="" in the manifest, but it does not help. Edit: could it be my listview is catching the event, because I have enabled filtering? Edit: disabling text filtering did not fix it.

The solution is to use http://developer.android.com/reference/android/view/View.html#onSizeChanged%28int,%20int,%20int,%20int%29 as the activity is not supposed to restart.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions