MCPcopy Create free account

hub / github.com/AweiLoveAndroid/ApplicationHelper / types & classes

Types & classes8 in github.com/AweiLoveAndroid/ApplicationHelper

ClassApp
自定义的Application @author lzw @date 2017/12/25
app/src/main/java/com/lzw/applicationhelper/App.java:10
ClassApplicationHelper
由于开发中Application里面会有很多初始化操作, 所以写了一个ApplicationHelper帮助类把这些操作隔离出来。 @author lzw @date 2017/12/25
app/src/main/java/com/lzw/applicationhelper/ApplicationHelper.java:12
ClassContants
常量类,主要保存type类型,和库的名字的信息 @author lzw @date 2017/12/25
app/src/main/java/com/lzw/applicationhelper/Contants.java:8
ClassExampleInstrumentedTest
Instrumentation test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
app/src/androidTest/java/com/lzw/applicationhelper/ExampleInstrumentedTest.java:17
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
app/src/test/java/com/lzw/applicationhelper/ExampleUnitTest.java:12
InterfaceIInitMethods
初始化的所有方法的顶层接口 @author lzw @date 2017/12/25
app/src/main/java/com/lzw/applicationhelper/IInitMethods.java:8
InterfaceIInitWrapper
具体的执行过程公用的一些接口方法 @author lzw @date 2017/12/25
app/src/main/java/com/lzw/applicationhelper/IInitWrapper.java:10
ClassInitWrapperImpl
操作逻辑写在这里 【注意】这里只是提供一种思路,具体的初始化逻辑需要你自己去写上去,我就不一一去写了。 @author lzw @date 2017/12/25
app/src/main/java/com/lzw/applicationhelper/InitWrapperImpl.java:11