I'm modifying TextView.java. I can't depend on onPause/onStop/onDestroy to
dismiss them. Is there an alternative to what you suggested?

On Fri, Oct 2, 2009 at 8:36 AM, Mark Murphy <mmur...@commonsware.com> wrote:

>
> > Ok. I wanted to destroy them before orientation changes. As I create
> > them from textview, what is the best way to dismiss them without
> > leaking. The view does n't know the orientation change, if I'm not
> > wrong.
>
> Move that logic out of the the View and into the Activity. Then, dismiss
> them in whichever of onPause/onStop/onDestroy fits your needs best. Save a
> flag or something in onSaveInstanceState() to let you know to re-open them
> after the orientation change.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com
> Android App Developer Books: http://commonsware.com/books.html
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to