
android
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 · 319 阅读 · 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 · 173 阅读 · 0 评论 -
[ Compose ] Construct Auto Adaptive UI
[ Compose ] Auto Adaptive UI原创 2025-02-07 09:23:04 · 314 阅读 · 0 评论 -
[ Compose ] Interaction of AndroidView and ComposeView
[ Compose ] Interaction of AndroidView and ComposeView原创 2025-01-26 15:58:55 · 538 阅读 · 0 评论 -
[ Compose ] Implement Swip-To-Dismiss Modifier
[ Compose ] Implement Swip-To-Dismiss Modifier原创 2025-01-25 15:22:47 · 94 阅读 · 0 评论 -
[ Compose ] Nested Scroll with NestedScrollConnection
[ Compose ] Nested Scroll with NestedScrollConnection原创 2025-01-24 17:37:30 · 245 阅读 · 0 评论 -
[ Compose ] Paging in Compose
[ Compose ] Paging in Compose原创 2025-01-23 17:03:16 · 175 阅读 · 0 评论 -
[ Compose ] Detailed Explanation of Side Effect Handlers
[ Compose ] Detailed Explanation of Side Effect Handlers原创 2025-01-21 08:53:03 · 1019 阅读 · 0 评论 -
[ Compose ] Detailed Explanation of State Remember
[ Compose ] Detailed Explanation of State Remember原创 2025-01-21 08:51:19 · 1431 阅读 · 0 评论 -
[ Compose ] Ways of Customizing Themes
[Compose]WaysofCustomizingThemes原创 2025-01-20 10:18:27 · 456 阅读 · 0 评论 -
[ Compose ] Ways of Customizing Layout
[Compose]WaysofCustomizingLayout原创 2025-01-20 10:17:49 · 573 阅读 · 0 评论 -
[ Compose ] Trace List Scroll State
[Compose]TraceListScrollState原创 2025-01-19 11:49:46 · 156 阅读 · 0 评论 -
[ Compose ] Load Async Image in Compose
[Compose]LoadAsyncImageinCompose。原创 2025-01-18 15:35:50 · 266 阅读 · 0 评论 -
[ Compose ] Using Rich Text Style in Compose
[Compose]UsingRichTextStyleinCompose原创 2025-01-18 15:35:05 · 535 阅读 · 0 评论 -
[ Compose ] Compose Preview Fail
[ Compose ] Compose Preview Fail原创 2025-01-16 08:48:51 · 161 阅读 · 0 评论 -
[ Kotlin ] Integrate ProtoBuffer and GoogleRPC Into KotlinNative
[ Kotlin ] Integrate ProtoBuffer and GoogleRPC Into KotlinNative原创 2025-01-14 09:28:59 · 957 阅读 · 0 评论 -
[ Kotlin ] Integrate JetPack DataStore Into KotlinNative
[ Kotlin ] Integrate JetPack DataStore Into KotlinNative原创 2025-01-13 07:52:58 · 905 阅读 · 0 评论 -
[ Kotlin ] Property Delegate
[ Kotlin ] Property Delegate原创 2025-01-10 13:13:04 · 488 阅读 · 0 评论 -
[ Android ] JetPack WorkManager Overview
[ Android ] JetPack WorkManager Overview原创 2025-01-10 13:12:04 · 949 阅读 · 0 评论 -
[ Android ] Query If Package is Installed
[ Android ] Query If Package is Installed原创 2025-01-08 09:45:40 · 316 阅读 · 0 评论 -
[ Android ] Google JetPack架构指南
可以将其抽取封装层DomainCase类,从而可以在多个UiStateHolder和DataRepository中共享。单一数据源,集中修改数据,比如基于DatabaseSource,ViewModel等。UI和数据分离,不要将所有代码写在Activity和Fragment里面。单向数据流,界面状态修改向单个方向流动,数据修改事件朝相反方向流动。领域层,可选层,当特定功能代码较多,或者复用性较强时。数据驱动UI,最好是持久性数据模型。原创 2025-01-07 09:18:14 · 1049 阅读 · 0 评论 -
【Android】Drag and Drop Guide
【Android】Drag and Drop Guide原创 2024-11-01 14:19:11 · 469 阅读 · 0 评论 -
【Gradle】Best Practice of Managing Project Configurations in KTS
【Gradle】Best Practice of Managing Project Configurations in KTS原创 2024-10-30 08:33:58 · 407 阅读 · 0 评论 -
【Gradle】Build Multiple Android Variants in KTS
【Gradle】Build Multiple Android Variants in KTS原创 2024-10-29 08:22:30 · 1398 阅读 · 0 评论 -
【Gradle】Build Multiple Android Variants in Groovy
【代码】【Gradle】Build Multiple Android Variants in Groovy。原创 2024-10-29 08:19:30 · 346 阅读 · 0 评论 -
【Coroutines】Full Understanding of Kotlinx.Corutines Framework
【Coroutines】Full Understanding of Kotlinx.Corutines Framework原创 2024-10-28 10:34:44 · 1078 阅读 · 0 评论 -
【Gradle】JVM Toolchain Not Supported
【代码】【Gradle】JVM Toolchain Not Supported。原创 2024-10-28 10:33:13 · 303 阅读 · 0 评论 -
【Android】KaptJavaCompiler cannot access JavaCompiler
【代码】【Android】KaptJavaCompiler cannot access JavaCompiler。原创 2024-10-25 09:28:05 · 744 阅读 · 0 评论 -
【Android】Convenient ADB Commands
【代码】【Android】Convenient ADB Commands。原创 2024-10-25 09:27:17 · 492 阅读 · 0 评论 -
【Android】setLayoutParams Sometimes Not Working
【代码】【Android】setLayoutParams Sometimes Not Working。原创 2024-10-24 09:15:12 · 818 阅读 · 0 评论 -
【Gradle】Gradle Properties Template
【代码】【Gradle】Gradle Properties Template。原创 2024-10-19 09:14:01 · 115 阅读 · 0 评论 -
【Gradle】OutOfMemory JavaHeapSpace
【代码】【Gradle】OutOfMemory JavaHeapSpace。原创 2024-10-19 09:13:12 · 218 阅读 · 0 评论 -
【Android】Listen Language and Locale Changes
【代码】【Android】Listen Language and Locale Changes。原创 2024-10-17 18:24:12 · 104 阅读 · 0 评论 -
【Android】Observe and Execute Code on View Size Measured
【代码】【Android】Observe and Execute Code on View Size Measured原创 2024-10-15 09:19:19 · 675 阅读 · 0 评论 -
【Android】Enable or Disable JIT Compile
【代码】【Android】Enable or Disable JIT Compile原创 2024-10-15 09:18:07 · 530 阅读 · 0 评论 -
【Coroutines】Deep and Deep Into Kotlin Coroutines
【代码】【Coroutines】Deep and Deep Into Kotlin Coroutines原创 2024-10-14 10:09:37 · 1841 阅读 · 0 评论 -
【Android】Dump Activity Info Through ADB
【代码】【Android】Dump Activity Info Through ADB。原创 2024-10-13 10:51:20 · 134 阅读 · 0 评论 -
【Android】Custom Action Mode Menu
【代码】【Android】Custom Action Mode Menu。原创 2024-10-13 10:50:36 · 487 阅读 · 0 评论 -
【Kotlin】Kotlin中那些让你眼花缭乱的关键字和操作符
必须配合inline来使用,在编译期间,根据T的类型,智能决定执行哪段代码原创 2024-04-04 20:46:10 · 470 阅读 · 0 评论 -
【Snippet】Inherited View Template
【代码】【Snippet】Inherited View Template原创 2024-10-11 09:37:04 · 114 阅读 · 0 评论