Re: [android-developers] which is better to use to avoid mem leaks==> getbasecontext or getApplicationcontext

2010-05-11 Thread Mark Murphy
social hub wrote: > > > > public Context > > getApplicationContext () > > Since: API Level 1 > > > Return the context of the single

[android-developers] which is better to use to avoid mem leaks==> getbasecontext or getApplicationcontext

2010-05-11 Thread social hub
public Context getApplicationContext () Since: API Level 1 Return the context of the single, global Application object of the current process. public Cont