|
2 | 2 |
|
3 | 3 | * <https://developer.android.com/develop/index.html>
|
4 | 4 |
|
| 5 | +* Data and file storage overview: <https://developer.android.com/training/data-storage> |
| 6 | +* Managing the System UI: <https://developer.android.com/training/system-ui/index.html> |
| 7 | +* Create and manage notification channels: <https://developer.android.com/develop/ui/views/notifications/channels> |
| 8 | +* Support different screen sizes: <https://developer.android.com/guide/topics/large-screens/support-different-screen-sizes> |
| 9 | +* Optimize for Doze and App Standby: <https://developer.android.com/training/monitoring-device-state/doze-standby> |
| 10 | +* Enhance graphics with wide color content: <https://developer.android.com/training/wide-color-gamut> |
| 11 | + |
5 | 12 | * NDK: <https://developer.android.com/ndk/>
|
6 | 13 |
|
7 | 14 | * Intent: <https://developer.android.com/reference/android/content/Intent.html>
|
|
13 | 20 | * Android Jetpack: <https://developer.android.com/jetpack>
|
14 | 21 | * AndroidX 概览: <https://developer.android.com/jetpack/androidx>
|
15 | 22 |
|
16 |
| -* Managing the System UI: <https://developer.android.com/training/system-ui/index.html> |
17 |
| -* Create and Manage Notification Channels: <https://developer.android.com/training/notify-user/channels> |
18 |
| - |
19 | 23 | * App Shortcuts: <https://developer.android.com/guide/topics/ui/shortcuts>
|
20 | 24 | * SDK版本关系: <https://developer.android.com/guide/topics/manifest/uses-sdk-element.html>
|
21 | 25 | * 支持库: <https://developer.android.com/topic/libraries/support-library/index>
|
@@ -98,7 +102,6 @@ AOSP源码占用空间较大,有时不方便通过下载到本地的方式进
|
98 | 102 |
|
99 | 103 | * Android | 打印堆栈: <https://blog.csdn.net/u011386173/article/details/88394346>
|
100 | 104 |
|
101 |
| -* 支持不同的屏幕尺寸: <https://developer.android.google.cn/training/multiscreen/screensizes.html> |
102 | 105 | * 多屏幕多分辨率的支持: <https://www.cnblogs.com/tianjian/p/3430085.html>
|
103 | 106 | * Android开发中dip,dpi,density,px等详解: <http://blog.qiji.tech/archives/2581>
|
104 | 107 | * 一种非常好用的Android屏幕适配: <https://www.jianshu.com/p/1302ad5a4b04>
|
@@ -187,10 +190,6 @@ AOSP源码占用空间较大,有时不方便通过下载到本地的方式进
|
187 | 190 | * 了解一下,Android 10中的APEX: <https://blog.csdn.net/Innost/article/details/103776120>
|
188 | 191 | * Android-APEX化之后如何替换对应的文件: <https://blog.csdn.net/cheriyou_/article/details/108540771>
|
189 | 192 |
|
190 |
| -* 针对低电耗模式和应用待机模式进行优化: <https://developer.android.com/training/monitoring-device-state/doze-standby> |
191 |
| - |
192 |
| -* 使用广色域内容增强图形效果: <https://developer.android.google.cn/training/wide-color-gamut> |
193 |
| - |
194 | 193 | * 安卓应用在各大应用市场上架方法整理: <https://blog.csdn.net/niezhipeng8/article/details/79103436>
|
195 | 194 | * 从圆角到圆角: <https://zhuanlan.zhihu.com/p/29560646>
|
196 | 195 | * J 的艺术,R 的艺术: <http://www.hi-id.com/?p=3231>
|
|
0 commit comments