
Kotlin
文章平均质量分 55
Kotlin
ByteFlys
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[ Compose ] Handle Tap Press Drag Scroll Swipe Transform Events
[ Compose ] Handle Tap Press Drag Scroll Swipe Transform Events原创 2025-02-08 08:25:37 · 378 阅读 · 0 评论 -
[ Compose ] Implement Vertical Scroll Bar with Low Level API
[ Compose ] Implement Vertical Scroll Bar with Low Level API原创 2025-02-08 08:24:49 · 234 阅读 · 0 评论 -
[ Compose ] Construct Auto Adaptive UI
[ Compose ] Auto Adaptive UI原创 2025-02-07 09:23:04 · 366 阅读 · 0 评论 -
[ Compose ] Interaction of AndroidView and ComposeView
[ Compose ] Interaction of AndroidView and ComposeView原创 2025-01-26 15:58:55 · 594 阅读 · 0 评论 -
[ Compose ] Implement Swip-To-Dismiss Modifier
[ Compose ] Implement Swip-To-Dismiss Modifier原创 2025-01-25 15:22:47 · 135 阅读 · 0 评论 -
[ Compose ] Nested Scroll with NestedScrollConnection
[ Compose ] Nested Scroll with NestedScrollConnection原创 2025-01-24 17:37:30 · 300 阅读 · 0 评论 -
[ Compose ] Paging in Compose
[ Compose ] Paging in Compose原创 2025-01-23 17:03:16 · 211 阅读 · 0 评论 -
[ Compose ] Detailed Explanation of Side Effect Handlers
[ Compose ] Detailed Explanation of Side Effect Handlers原创 2025-01-21 08:53:03 · 1054 阅读 · 0 评论 -
[ Compose ] Detailed Explanation of State Remember
[ Compose ] Detailed Explanation of State Remember原创 2025-01-21 08:51:19 · 1475 阅读 · 0 评论 -
[ Compose ] Ways of Customizing Themes
[Compose]WaysofCustomizingThemes原创 2025-01-20 10:18:27 · 486 阅读 · 0 评论 -
[ Compose ] Ways of Customizing Layout
[Compose]WaysofCustomizingLayout原创 2025-01-20 10:17:49 · 600 阅读 · 0 评论 -
[ Compose ] Trace List Scroll State
[Compose]TraceListScrollState原创 2025-01-19 11:49:46 · 175 阅读 · 0 评论 -
[ Compose ] Load Async Image in Compose
[Compose]LoadAsyncImageinCompose。原创 2025-01-18 15:35:50 · 311 阅读 · 0 评论 -
[ Compose ] Using Rich Text Style in Compose
[Compose]UsingRichTextStyleinCompose原创 2025-01-18 15:35:05 · 565 阅读 · 0 评论 -
[ Compose ] Compose Preview Fail
[ Compose ] Compose Preview Fail原创 2025-01-16 08:48:51 · 197 阅读 · 0 评论 -
[ Kotlin ] Integrate ProtoBuffer and GoogleRPC Into KotlinNative
[ Kotlin ] Integrate ProtoBuffer and GoogleRPC Into KotlinNative原创 2025-01-14 09:28:59 · 1000 阅读 · 0 评论 -
[ Kotlin ] Integrate JetPack DataStore Into KotlinNative
[ Kotlin ] Integrate JetPack DataStore Into KotlinNative原创 2025-01-13 07:52:58 · 943 阅读 · 0 评论 -
[ Kotlin ] Property Delegate
[ Kotlin ] Property Delegate原创 2025-01-10 13:13:04 · 523 阅读 · 0 评论 -
[ Android ] JetPack WorkManager Overview
[ Android ] JetPack WorkManager Overview原创 2025-01-10 13:12:04 · 981 阅读 · 0 评论 -
[ Android ] Google JetPack架构指南
可以将其抽取封装层DomainCase类,从而可以在多个UiStateHolder和DataRepository中共享。单一数据源,集中修改数据,比如基于DatabaseSource,ViewModel等。UI和数据分离,不要将所有代码写在Activity和Fragment里面。单向数据流,界面状态修改向单个方向流动,数据修改事件朝相反方向流动。领域层,可选层,当特定功能代码较多,或者复用性较强时。数据驱动UI,最好是持久性数据模型。原创 2025-01-07 09:18:14 · 1130 阅读 · 0 评论 -
【Coroutines】Cascade Mechanism of Exception and Cancellation
[ Coroutines ] Cascade Mechanism of Exception and Cancellation原创 2025-01-06 15:18:17 · 1657 阅读 · 0 评论 -
【Coroutines】Can Dispatcher Decide Which Thread Coroutine Works On
【Coroutines】Can Dispatcher Decide Which Thread Coroutine Works On原创 2024-11-01 14:19:54 · 272 阅读 · 0 评论 -
【Coroutines】Full Understanding of Kotlinx.Corutines Framework
【Coroutines】Full Understanding of Kotlinx.Corutines Framework原创 2024-10-28 10:34:44 · 1122 阅读 · 0 评论 -
【Coroutines】Implement Python Generator by Kotlin Coroutines
【代码】【Coroutines】Implement Python Generator by Kotlin Coroutines。原创 2024-10-21 10:01:03 · 664 阅读 · 0 评论 -
【Coroutines】Implement JavaScript Promise by Kotlin Coroutine
【代码】【Coroutines】Implement JavaScript Promise by Kotlin Coroutine。原创 2024-10-21 10:00:30 · 1259 阅读 · 0 评论 -
【Coroutines】Deep and Deep Into Kotlin Coroutines
【代码】【Coroutines】Deep and Deep Into Kotlin Coroutines原创 2024-10-14 10:09:37 · 1882 阅读 · 0 评论 -
【Coroutines】Implement Lua Coroutine by Kotlin - 2
【代码】【Coroutines】Implement Lua Coroutine by Kotlin - 2原创 2024-10-09 10:20:36 · 1814 阅读 · 0 评论 -
【Coroutines】Implement Lua Coroutine by Kotlin - 1
【代码】【Coroutines】Implement Lua Coroutine by Kotlin - 1原创 2024-10-07 23:28:44 · 2070 阅读 · 0 评论 -
【Kotlin】在Kotlin项目中使用AspectJ
AOP编程在Java开发中是一个非常火热的话题,最著名的库为AspectJKotlin项目中,通过Gradle插件,也能够使用该库,这是我们下面讲解的重点由于AspectJ的原理是在预编译阶段,通过插件修改代码,生成代理对象属于编译阶段的功能,因为非常依赖编译工具的版本这里用的版本是Gradle8.7,如果不兼容记得调整版本号Gradle脚本代码,用的也是Gradle8.7+KotlinScript的语法,记得根据版本调整。原创 2024-08-19 10:06:37 · 712 阅读 · 0 评论 -
【Kotlin】Kotlin中那些让你眼花缭乱的关键字和操作符
必须配合inline来使用,在编译期间,根据T的类型,智能决定执行哪段代码原创 2024-04-04 20:46:10 · 499 阅读 · 0 评论 -
【Kotlin】Kotlin中的JVM兼容性注解
Kotlin和Java可以混合使用,而且Kotlin对Java的兼容性几乎达到了100%但是Kotlin和Java毕竟是两个语言,不可能完全实现无缝转换JVM兼容性注解,就是为了解决编译时的语言差异问题。原创 2024-08-13 09:32:35 · 756 阅读 · 0 评论