标签:
Android中Context的学习理解
Context是一个抽象基类,通过它getResuources.getAssets and start 其他组件(Activity,Service,broadCast,getSystemService),可以这样理解:Context提供了一个运行环境for App, then app 可以访问资源,才能完成与其他组件,服务的交互,Context定义了一套基本的功能接口or一套规范
//todo
标签:
原文地址:http://www.cnblogs.com/gentspy/p/5248032.html