KtKit 小巧而实用,用 Kotlin 语言编写的工具库(长期更新中)
☆169Sep 28, 2021Updated 4 years ago
Alternatives and similar repositories for KtKit
Users that are interested in KtKit are comparing it to the libraries listed below
Sorting:
- Simple API implement DataBinding and ViewBinding. 简单的 API 实现 DataBinding 和 ViewBinding,欢迎 star☆429Apr 12, 2023Updated 2 years ago
- EventBus for Android,消息总线,基于SharedFlow,具有生命周期感知能力,支持Sticky,支持线程切换,支持延迟发送。☆223Mar 8, 2022Updated 3 years ago
- 辅助Android开发者在多模块工程间跨模块获取接口(或抽象类)的实现类的开源库,可实现模块的顺序初始化、业务的动态组合等实现。基于AGP和ASM开发。☆53Dec 2, 2023Updated 2 years ago
- Probably the best Kotlin utils library for Android. (可能是最好用的 Kotlin 工具库)☆595Apr 8, 2025Updated 10 months ago
- 🔥Some very useful kotlin extensions for speed android development!好用到爆的Kotlin扩展,加速你的Android开发!☆789Sep 11, 2024Updated last year
- 本仓库致力于建立最全、最新的的 AndroidX Jetpack 相关组件的实践项目 以及组件对应的分析文章(持续更新中)如果对你有帮助,请在右上角 star 一下,感谢☆1,501May 8, 2022Updated 3 years ago
- 🍒 Android 简单高性能读写本地数据, 直接存储对象/基础类型☆255Aug 31, 2023Updated 2 years ago
- 🍘 Android上最强大的缺省页框架☆706Oct 9, 2023Updated 2 years ago
- App健康管理组件 Android 健康提醒组件☆24Jun 7, 2022Updated 3 years ago
- Composing builds 和 buildSrc 优势劣势对比,仓库提供了 buildSrc 和 Composing builds 两个构建脚本,下文有使用方法,如果对你有帮助,请在右上角 star 一下,感谢☆400Aug 9, 2023Updated 2 years ago
- The best MMKV utils to ensure type safety. (最好用的 MMKV 工具,可以确保类型安全)☆220Feb 26, 2026Updated last week
- 🐞 Android Logcat 日志工具☆87Nov 3, 2024Updated last year
- 神奇宝贝 (PokemonGo) 基于 Jetpack + MVVM + Repository 设计模式 + Data Mapper + Kotlin Flow 的实战项目,如果这个仓库对你有帮助,请仓库右上角帮我 star 一下,非常感谢。☆1,614Jan 21, 2021Updated 5 years ago
- [永久维护] Android 基于协程/OkHttp网络请求工具☆2,029Dec 20, 2024Updated last year
- Decoupling the code of toolbar or loading status view. (深度解耦标题栏,解耦加载中、加载失败、无数据等缺省页,支持两行代码集成到基类)☆683Apr 5, 2025Updated 11 months ago
- 🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 2 years ago
- Android计时器工具, 倒计时/正计时/开始/暂停/继续/结束/取消☆176Dec 8, 2024Updated last year
- Android官网(微信,QQ,微博)集成,包含登录和分享。☆40Nov 29, 2022Updated 3 years ago
- 利用 Kotlin 属性委托实现 VBHelper 方便 ViewBinding 在多场景下的生成☆25Oct 6, 2021Updated 4 years ago
- [永久维护] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大☆2,850Updated this week
- Android软键盘遮挡/平滑动画最佳解决方案 Solution for keyboard cover in/smooth animation☆334Sep 7, 2023Updated 2 years ago
- Android跨业务终端基础组件☆178Jul 2, 2023Updated 2 years ago
- The most comprehensive utils of ViewBinding. (最全面的 ViewBinding 工具,支持 Kotlin 和 Java 用法,支持 BRVAH,支持封装到基类,支持 DataBinding,支持选择是否使用反射)☆825Jul 20, 2023Updated 2 years ago
- Android最好的Spannable富文本工具, 唯一支持正则匹配/图文混排/图标/GIF动画/自定义表情包☆671Aug 10, 2023Updated 2 years ago
- A framework for assisting in the renovation of Android componentization(帮助 App 进行组件化改造的动态路由框架)☆1,302Feb 26, 2026Updated last week
- 🍯 LiveData / Coroutine / Lifecycle / EventBus 特性的事件总线框架☆389Aug 16, 2023Updated 2 years ago
- 插件大集合,基于 AGP 7.X ,目前有 🔥 1、依赖检查插件 🐢 2、组件上传插件 😁 3、GAV 替换 module 插件 🏃🏻♀️4、资源冲突检查插件 🍰 5、权限管控插件 ⛰6、Class 分析插件☆144Sep 13, 2023Updated 2 years ago
- Jetpack MVVM For Wanandroid 最佳实践 !☆1,497Feb 18, 2024Updated 2 years ago
- 一个拓展性极强的Android任务执行框架。可自由定义和组合任务来实现你想要的功能,尤其适用于处理复杂的业务流程,可灵活添加前置任务或者调整执行顺序。例如:应用的启动初始化流程。☆151Mar 12, 2024Updated last year
- The best DataStore utils to ensure type safety. (最好用的 DataStore 工具,可以确保类型安全)☆53Apr 10, 2025Updated 10 months ago
- Butterfly is a navigation framework based on Coroutine + Annotation + Ksp. Support navigation for Activity, Fragment, DialogFragment and …☆223May 31, 2024Updated last year
- google 原生 Tablayout( com.google.android.material.tabs.TabLayout) 零入侵拓展,帮你更便捷的使用原生TabLayout实现一些UI效果☆141Apr 25, 2021Updated 4 years ago
- EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP☆3,983May 16, 2024Updated last year
- 将本地的项目同步到远程设备,本地写代码,远程编译,将编译的结果同步到本地☆211Apr 6, 2023Updated 2 years ago
- Json Deserialization benchmark☆12Nov 23, 2023Updated 2 years ago
- An Android library to help create background drawable and ColorStateList without xml, writen in kotlin, support Java/Koltin code invoking…☆53Nov 12, 2024Updated last year
- ☆1,158Oct 6, 2023Updated 2 years ago
- Android 技术中台 Kotlin 版本,但愿人长久,搬砖不再有☆1,656Feb 7, 2026Updated 3 weeks ago
- ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView 、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的…☆2,892Mar 28, 2023Updated 2 years ago