brijoe / LaunchStarterLinks
Android 启动任务调度器,以一种优雅的方式来有效管理异步任务和任务依赖,解决启动优化过程中的实际痛点。
☆16Updated 3 years ago
Alternatives and similar repositories for LaunchStarter
Users that are interested in LaunchStarter are comparing it to the libraries listed below
Sorting:
- 注解学习小案例,比较系统性学习注解并且应用实践。简单应用了运行期注解,通过注解实现了setContentView功能;简单应用了编译器注解,通过注解实现了防暴力点击的功能,同时支持设置时间间隔;使用注解替代枚举;使用注解一步步搭建简单路由案例。结合相应的博客,在来一些小案例…