Laxidasical
Newbie
Developing on some other platforms require you to kill your own button listeners (or any other listener types for that matter) in order to ensure you aren't creating memory leaks. None of the examples I've seen on how to implement button listeners in Android do this though.
Does Android do it automatically? If so, is it done when the view is no longer in focus or when the app itself is destroyed?
Just curious...
Does Android do it automatically? If so, is it done when the view is no longer in focus or when the app itself is destroyed?
Just curious...
