Try setting the fields to null programmatically with maybe
Activity.isFinishing(). Outside of that there shouldn't be any problem
with it being in the background.
- Juan
On Feb 27, 3:13 pm, conlan <con...@gmail.com> wrote:
I ask this because when I call finish on my application, it appears
that static fields that should default to null for some of my classes
appear to retain their old values. I need a clean way to end the app
completely :)
On Feb 27, 11:54 am, conlan <con...@gmail.com> wrote:
What's the most suggested way on ending your application?
If I have, say only one activity running and I call finish() on it. Is
that enough? Will that release all my app's resources and close it? Or
is there something else I need to call?