I am noob in Android. I see there are many methods associated to get context either activity or application context. What context you should use in what scenario ??
One blog saying to use the context-application instead of a context-activity to avoid memory leaks. How here memory can be leaked if I use Activity
context
Any idea ???