Android__Context】的更多相关文章

Context字面意思上下文,位于framework package的android.content.Context中, 其实该类为LONG型,类似Win32中的Handle句柄,很多方法需要通过Context才能识别调用者的实例. 官方说明: Interface to global information about an application environment.  This is an abstract class whose implementation is provided b…