The core
is a modified version of meikoz's Basic core,on the basis of which I wrote my own thoughts,and after the author agreed to upload
MVP,Retrofit,Beautiful log tool,Some widget...I will continue to update it
build.gradle:
dependencies {
compile 'com.oreo:core:1.0.0'
}
application :
extends the "MainApp", and add this code in the onCreate method
if (BuildConfig.DEBUG)
Logcat.init("your package name").hideThreadInfo().methodCount(3);
Thank you, meikoz, you gave me a lot of inspiration
Maybe you need to fill in the tools:replace="android:icon, android:theme"
code in the AndroidManifest.xml .