一键搭建整体组件架构, 让您体验纯傻瓜式的组件化开发 (开发神器, 不看后悔!)
ArmsComponent 依赖于 MVPArms, 学习好 MVPArms 才有利于使用 ArmsComponent
Copyright 2017, jessyan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
1,private AppLifecycles mAppDelegate;用于代理 {@link Application} 的生命周期,所做事情全部由它代理执行。 2,attachBaseContext(Context base) 在onCreate()前调用; 1,用反射, 将 AndroidManifest.xml 中带有 ConfigModule 标签的 class 转成对象集合(List