NetWorkTools
https://github.com/gpfduoduo/NetWorkTools Android开发中便利的网络工具: tcpdump on android(抓包神器) ftp server(通过ftp浏览sdcard内容)
https://github.com/gpfduoduo/NetWorkTools Android开发中便利的网络工具: tcpdump on android(抓包神器) ftp server(通过ftp浏览sdcard内容)
https://github.com/gpfduoduo/HttpServerOnAndroid 在Android下几种实现HttpServer的方法 (以通过浏览器浏览sdcard内容为例说明)
https://github.com/lijunhuayc/EasyAndroidUpgrade 一个用于android中的轻量级文件下载器、特别适合应用内升级下载APK
https://github.com/airbnb/lottie-android Render After Effects animations natively on Android and iOS
https://github.com/lijunhuayc/EasyFileDownloader 一个用于android中的轻量级文件下载器、特别适合应用内升级下载APK
https://github.com/pqpo/InputMethodHolder A keyboard listener for Android which by hooking the InputMethodManager. 通过hook监听系统键盘显示
https://github.com/seiginonakama/BlockCanaryEx 记录主线程中执行的所有方法和它们的执行时间,当app卡顿时,将所有耗时方法直接展示给开发者,节省开发者定位卡顿问题的时间。 此项目基于 BlockCanary。