Re: [Dev] Avoiding Android memory leaks

2014-12-10 Thread Prabath Abeysekera
Hi Inosh, Great! Please create JIRAs upon all such instances and fix them as appropriate. Cheers, Prabath On Wed, Dec 10, 2014 at 3:18 PM, Inosh Perera wrote: > Hi all, > While refactoring some of the EMM Android code, I realized, it has a lot > of memory leaks due to passing Activity context

[Dev] Avoiding Android memory leaks

2014-12-10 Thread Inosh Perera
Hi all, While refactoring some of the EMM Android code, I realized, it has a lot of memory leaks due to passing Activity context objects around. This can be avoided by following the guide lines provided by Google's Romain Guy[1]. [1] http://www.curious-creature.com/2008/12/18/avoid-memory-leaks-o