Android Context

1) Context是一個抽象類,其通用實現在ContextImpl類中。 2) Context:是一個訪問application環境全局信息的接口,通過它可以訪問application的資源和相關的類,其主要功能如下:         • 啓動Activity         • 啓動和停止Service         • 發送廣播消息(Intent)         • 註冊廣播消息(Int
相關文章
相關標籤/搜索