Thanks for both replies. I've found the problem, it was the Context instance 
I've been forgeting about. Now it works as expected.

With regards,

Emre

> Date: Mon, 4 Oct 2010 01:23:31 +1100
> Subject: Re: [android-developers] To finish() an "Activity" ?
> From: pbizan...@gmail.com
> To: android-developers@googlegroups.com
> 
> Maybe you have a memory leak.
> 
> http://developer.android.com/resources/articles/avoiding-memory-leaks.html
> 
> 
> On Thu, Sep 30, 2010 at 4:19 AM, Mark Murphy <mmur...@commonsware.com> wrote:
> > On Wed, Sep 29, 2010 at 1:13 PM, Emre A. Yavuz <eayl...@hotmail.com> wrote:
> >> Does anybody know why an "[app_process]" stays alive after the finish()
> >> method is called to stop an "Activity" ?
> >
> > Because there are other components still active. If all components are
> > inactive, the process will remain alive until Android terminates or
> > recycles it.
> >
> > http://developer.android.com/guide/topics/fundamentals.html#proclife
> >
> > --
> > Mark Murphy (a Commons Guy)
> > http://commonsware.com | http://github.com/commonsguy
> > http://commonsware.com/blog | http://twitter.com/commonsguy
> >
> > Android 2.2 Programming Books: http://commonsware.com/books
> >
> > --
> > 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
> 
> -- 
> 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
                                          

-- 
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