Hi! So im currently trying to make my custom dialogs persistent after rotation and i was going to use the onCreateDialog method for that. but it seems to be deprecated and instead i was pointed to the DialogFragment class. I've seen some tutorials in android developer page and my main question here, is if there's a simple way to use the already built custom dialog. This is a custom DateTimePickerDialog that lets you choose what parameters you want (DateTime/Date/Time) and it uses compounds for building the dialog. So can i still use this custom dialog or do i have to rewrite it from scratch by extending the DialogFragment instead of extending Dialog class?
regards, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

