Posted inAndroid
Activity Context VS getApplicationContext(): When to use ?
Any Android developer has encountered the problem of having to use the Activity's own reference instead of using getApplicationContext(). Both Activity and getApplicationContext() are instances of Context, but the difference…