摘要: Application详解 一、简介 简介:Base class for maintaining global application state.The Application class, or your subclass of the Application class, is instant 阅读全文
posted @ 2020-10-13 11:55 Robin132929 阅读(843) 评论(0) 推荐(0)
摘要: Intent详解 一、什么是Intent 贴一个官方解释: An intent is an abstract description of an operation to be performed. It can be used with Context#startActivity(Intent)t 阅读全文
posted @ 2020-10-13 10:46 Robin132929 阅读(612) 评论(0) 推荐(0)