
Android基础
文章平均质量分 88
CheeRok
这个作者很懒,什么都没留下…
展开
-
夯实基础:Service
什么是 Service?一如既往,从官方解释开始:Service 是 Android 应用中的组件,其使用场景如下: 应用想要执行一个不需要与用户进行交互的持续运行的操作 为其他应用提供功能 A Service is an application component representing either an application’s desire to perform a longer-ru原创 2015-05-20 11:07:37 · 1394 阅读 · 0 评论 -
浅析Context及可能带来的内存泄漏问题
什么是 Context纯英文含义来看,Context 意指上下文、环境、背景等等……那么 Android 中的 Context 的含义和这些英文释义有什么联系呢?不妨看看 Google 给出的定义: Interface to global information about an application environment. This is an abstract class whose i原创 2015-05-31 09:31:24 · 5691 阅读 · 5 评论