Activity as context, you're doing it wrong!
Presentation As all android developer must know, the Context is the center of the universe in the Android framework. We need it everywhere, whether for retrieving assets, requesting a system service with getSystemService() or anything related to the android system... But there is something that many android developer do by…