Re: [android-developers] Re: showDialog(int id) vs dialog.show()

2011-02-10 Thread Kostya Vasilyev
Yes, that method only appeared in 2.2, and not available before then. Without it, you're either going to need to create your own solution for managing dialogs and their states (and handle activity being recreated when configuration changes), or just accept that a dialog will not survive an

[android-developers] Re: showDialog(int id) vs dialog.show()

2011-02-09 Thread Dimitris
I cant seem to find an Edit post button. I basically want to ensure my dialog is automatically managed but also be able to pass along information either onPrepareDialog or onCreateDialog. I've seen on Android 2.2 you can pass a Bundle but I am building my app based on 2.1 and this method is