Showing posts with label dialog. Show all posts
Showing posts with label dialog. Show all posts

Sunday, May 30, 2010

The Dialog pain is to end!

Android API has one unpleasant feature which significantly spoils the pleasure of the development: No way to pass a not constant value to dialog after it recreates on a screen rotation.
Here is a workaround: disabling to stop the activity on orientation change.
It saves a day, thanks so much!

Sunday, December 20, 2009

Android dialog bug fixed

Cool, in Android SDK 2.0 the bug in which onPrepareDialog was not called on an activities reincarnation is fixed.