1.通过标签直接生成shape,无需再写shape.xml
https://github.com/JavaNoober/BackgroundLibrary
implementation 'com.noober.background:core:1.6.5'
2.使用浏览器查看真机数据库依赖
https://github.com/amitshekhariitbhu/Android-Debug-Database
debugImplementation'com.amitshekhar.android:debug-db:1.0.6'
使用方法:Android Default Emulator: Run the command in the terminal - adb forward tcp:8080 tcp:8080 and open http://localhost:8080,Your Android phone and laptop should be connected to the same Network (Wifi or LAN).
3.打印方法耗时
https://github.com/JakeWharton/hugo
compileOnly 'com.jakewharton.hugo:hugo-plugin:1.2.1'
4.XLog日志打印库
https://github.com/elvishew/xLog
implementation 'com.elvishew:xlog:1.9.0'
可自定义打印调用栈层次,可输出日志文件和配置日志文件自动删除触发条件.