2018年11月4日

摘要: 一、ServiceManager的方法: 此方法getService,用于根据名称获取当前的IBinder的代理(并没有直接获取服务), 服务提供的功能是依靠IBinder间接调用的(返回值IBinder) // 在真机的环境中是有此类: android.os.ServiceManager 因此我们 阅读全文
posted @ 2018-11-04 23:30 zhang11111wei 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 一、activity向fragment的数值之间的传递 关键点:fragment.setArguments(bundle); >activity发出的信息 Bundle bundle = getArguments(); >在fragment里面去接受信息 之间传递的关键函数fragemnt(自己创建 阅读全文
posted @ 2018-11-04 15:52 zhang11111wei 阅读(421) 评论(0) 推荐(0) 编辑

导航