When to use getBaseContext
There is considerable disagreement when to use this, getBaseContext and getApplicationContext on the Android Blogs. Some recommend avoiding getBaseContext... I am teaching from this book and getBaseContext is used in many instances... I am not saying its wrong. I just need to explain to students. Thanks!
|