Pinned Repositories
alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
ARouter
💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)
auto
A collection of source code generators for Java.
commic
matrix
Matrix is a plugin style, non-invasive APM system developed by WeChat.
MyOsChina
tinker
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Traffic
Traffic
joe15627926541's Repositories
joe15627926541/auto
A collection of source code generators for Java.
joe15627926541/tinker
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
joe15627926541/matrix
Matrix is a plugin style, non-invasive APM system developed by WeChat.
joe15627926541/ARouter
💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)
joe15627926541/commic
joe15627926541/MyOsChina
joe15627926541/go-common
哔哩哔哩 bilibili 网站后台工程 源码
joe15627926541/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
joe15627926541/Traffic