@@ -24,14 +24,10 @@ Android开发者网站包含了以下内容:
2424 * Platform: < https://developer.android.com/about >
2525 * Release: < https://developer.android.com/about/versions >
2626 * Technology: < https://developer.android.com/guide/platform >
27- * Android Jetpack(AndroidX): < https://developer.android.com/jetpack >
2827* Develop
2928 * Android Studio: < https://developer.android.com/studio >
3029 * Core Areas
3130 * Data and file storage overview: < https://developer.android.com/training/data-storage >
32- * Notifications overview: < https://developer.android.com/develop/ui/views/notifications >
33- * App Shortcuts: < https://developer.android.com/develop/ui/views/launch/shortcuts >
34- * Support different screen sizes: < https://developer.android.com/develop/ui/compose/layouts/adaptive/support-different-display-sizes >
3531 * Android API reference: < https://developer.android.com/reference >
3632* Google Play
3733 * Meet Google Play's target API level requirement: < https://developer.android.com/google/play/requirements/target-sdk >
@@ -122,6 +118,32 @@ Android开发者网站包含了以下内容:
122118* Whats NDK (side-by-side) in android sdk? < https://stackoverflow.com/questions/56337869/whats-ndk-side-by-side-in-android-sdk >
123119* "local symbol '__ bss_start' in global part of symbol table" only in Android NDK aarch64 build: < https://stackoverflow.com/questions/55014879/local-symbol-bss-start-in-global-part-of-symbol-table-only-in-android-ndk >
124120
121+ ### UI
122+
123+ #### Compose
124+
125+ * Jetpack Compose: < https://developer.android.com/develop/ui/compose/documentation >
126+ * window insets: < https://developer.android.com/develop/ui/compose/system/insets >
127+ * Support different screen sizes: < https://developer.android.com/develop/ui/compose/layouts/adaptive/support-different-display-sizes >
128+ * 触控笔输入简介: < https://developer.android.com/develop/ui/compose/touch-input/stylus-input >
129+ * 使用 Jetpack Compose 改进应用的无障碍功能: < https://developer.android.com/develop/ui/compose/accessibility >
130+
131+ #### View
132+
133+ * 基于View的工作流: < https://developer.android.com/develop/ui/views/layout/declaring-layout >
134+ * 支持多窗口模式: < https://developer.android.com/develop/ui/views/layout/support-multi-window-mode >
135+ * 使用画中画 (PIP) 功能添加视频: < https://developer.android.com/develop/ui/views/picture-in-picture >
136+ * Notifications overview: < https://developer.android.com/develop/ui/views/notifications >
137+ * App Shortcuts: < https://developer.android.com/develop/ui/views/launch/shortcuts >
138+ * Create an input method: < https://developer.android.com/develop/ui/views/touch-and-input/creating-input-method?hl=en >
139+ * 处理输入法可见性: < https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility >
140+ * Ensure compatibility with gesture navigation: < https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav >
141+ * Ensure compatibility with gesture navigation: < https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav >
142+ * 复制和粘贴: < https://developer.android.com/develop/ui/views/touch-and-input/copy-paste >
143+ * 处理多点触控手势: < https://developer.android.com/develop/ui/views/touch-and-input/gestures/multi >
144+ * 在 Android 上实现触感反馈: < https://developer.android.com/develop/ui/views/haptics >
145+ * 控制外部设备: < https://developer.android.com/develop/ui/views/device-control >
146+
125147### AI与MCP
126148
127149* Android 16 的 Appfunctions API ,应用级 MCP 支持为 AI 场景打通最后一层壁垒: < https://juejin.cn/post/7500025453127663652 >
@@ -132,16 +154,10 @@ Android开发者网站包含了以下内容:
132154### 网络
133155
134156* 快速访问电子钱包: < https://source.android.com/docs/core/connect/quick-access-wallet >
135-
136- * 控制外部设备: < https://developer.android.com/develop/ui/views/device-control >
137-
138157* 原生安卓WiFi信号去叹号去叉教程: < https://www.evil42.com/index.php/archives/17/ >
139158
140159### WMS
141160
142- * window insets: < https://developer.android.com/develop/ui/compose/system/insets >
143- * 支持多窗口模式: < https://developer.android.com/develop/ui/views/layout/support-multi-window-mode >
144- * 使用画中画 (PIP) 功能添加视频: < https://developer.android.com/develop/ui/views/picture-in-picture >
145161* WMS转屏流程: < https://www.jianshu.com/p/65bf626c66d5 >
146162* Android WMS动画系统初探(一): < https://juejin.cn/post/7021082548985921567 >
147163* WindowManagerService理解与深入(Android Q): < https://blog.csdn.net/xxzxxzdlut/article/details/103205047 >
@@ -211,18 +227,14 @@ Android开发者网站包含了以下内容:
211227
212228### 输入法与输入法框架
213229
214- * Create an input method: < https://developer.android.com/develop/ui/views/touch-and-input/creating-input-method?hl=en >
215230* InputMethodManager: < https://developer.android.com/reference/android/view/inputmethod/InputMethodManager >
216- * 处理输入法可见性: < https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility >
231+
217232* 安卓用户如何避免输入法窃取隐私?< https://www.zhihu.com/question/397007766 >
218- * 触控笔输入简介: < https://developer.android.com/develop/ui/compose/touch-input/stylus-input >
219233* 深入探索安卓Android输入法开发——从源码到实现: < https://blog.csdn.net/weixin_42612405/article/details/148573318 >
220234* Android输入法框架系统(上): < https://blog.csdn.net/ITleaks/article/details/27398453 >
221235
222236### 手势导航
223237
224- * Ensure compatibility with gesture navigation: < https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav >
225-
226238* Gesture Navigation: going edge-to-edge (I): < https://medium.com/androiddevelopers/gesture-navigation-going-edge-to-edge-812f62e4e83e >
227239* Gesture Navigation: handling visual overlaps (II): < https://medium.com/androiddevelopers/gesture-navigation-handling-visual-overlaps-4aed565c134c >
228240* Gesture Navigation: handling gesture conflicts (III): < https://medium.com/androiddevelopers/gesture-navigation-handling-visual-overlaps-4aed565c134c >
@@ -236,7 +248,6 @@ Android开发者网站包含了以下内容:
236248* 深入分析 Android 系统返回手势的实现原理: < https://juejin.cn/post/7103503592119599117 >
237249
238250* 添加预测性返回动画: < https://developer.android.com/codelabs/predictive-back >
239- * Ensure compatibility with gesture navigation: < https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav >
240251* Add support for the predictive back gesture: < https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture >
241252* Android 13 返回导航大变更:返回键彻底废弃 + 可预见型返回手势: < https://juejin.cn/post/7105645114760331300 >
242253* Android 14 之返回界面升级:预览目标界面 + 全新返回箭头:< https://juejin.cn/post/7241125859729260600 >
@@ -251,7 +262,6 @@ Android开发者网站包含了以下内容:
251262* ContentCaptureManager: < https://developer.android.com/reference/android/view/contentcapture/ContentCaptureManager >
252263* Android Accessibility – Making your app Switch Access Compatible: < https://riggaroo.dev/android-accessibility-switch-access/ >
253264* 让应用使用起来更没有障碍: < https://developer.android.com/guide/topics/ui/accessibility/apps >
254- * 使用 Jetpack Compose 改进应用的无障碍功能: < https://developer.android.com/develop/ui/compose/accessibility >
255265* Android 无障碍服务导致的整机卡顿案例分析: < https://androidperformance.com/2019/01/21/android-performance-case-jank-accessbility/ >
256266* 创建自己的无障碍服务: < https://developer.android.com/guide/topics/ui/accessibility/service >
257267* 从源码角度看AccessibilityService: < https://www.liuhaihua.cn/archives/523292.html >
@@ -320,7 +330,6 @@ Android开发者网站包含了以下内容:
320330
321331### 剪贴板框架
322332
323- * 复制和粘贴: < https://developer.android.com/develop/ui/views/touch-and-input/copy-paste >
324333* Android 剪贴板详解: < https://www.cnblogs.com/travellife/p/Android-jian-tie-ban-xiang-jie.html >
325334
326335### 存储
@@ -501,7 +510,6 @@ Android开发者网站包含了以下内容:
501510* Carson带你学Android:自定义View Canvas类使用教程: < https://blog.csdn.net/carson_ho/article/details/60598775 >
502511* Android中Canvas绘图之PorterDuffXfermode使用及工作原理详解: < https://blog.csdn.net/iispring/article/details/50472485 >
503512* HenCoder——给高级 Android 工程师的进阶手册: < https://hencoder.com/ >
504- * 处理多点触控手势: < https://developer.android.com/develop/ui/views/touch-and-input/gestures/multi >
505513
506514### Statsd
507515
@@ -548,7 +556,6 @@ Android开发者网站包含了以下内容:
548556### Vibrator
549557
550558* 触感反馈: < https://source.android.com/docs/core/interaction/haptics >
551- * 在 Android 上实现触感反馈: < https://developer.android.com/develop/ui/views/haptics >
552559* UX foundation for haptic framework: < https://source.android.com/docs/core/interaction/haptics/haptics-ux-foundation >
553560* Android Vibrator 分析:从 App 层到 HAL 层: < https://juejin.cn/post/7451418558770626595 >
554561
@@ -928,11 +935,6 @@ Android开发者网站包含了以下内容:
928935* Lottie: < https://github.com/airbnb/lottie-android >
929936* Lottie - 让复杂动画如此简单: < https://www.jianshu.com/p/282d098cf928 >
930937
931- ## Flutter
932-
933- * Flutter: < https://flutter.dev/ >
934- * Flutter中文网: < https://flutterchina.club/get-started/install/ >
935-
936938## Android实体机与模拟器
937939
938940* 了解 Google Pixel 手机何时会收到软件更新: < https://support.google.com/pixelphone/answer/4457705 >
0 commit comments