is Dialog class having a method equivalent to OnConfigurationChanged()?
I have many custom dialogs with list view in my droid app and there are plenty of cropping issues while rotating. I have solved these kinds of issues in classes which extend Activity with the help of onConfigurationChanged() method. Is there any equivalent method in Dialog class?
精彩评论