Merge "Docs: Performance final changes" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7e8d17d73e
@@ -3648,7 +3648,7 @@ METADATA['en'].extras = METADATA['en'].extras.concat([
|
|||||||
"group":"",
|
"group":"",
|
||||||
"keywords": ["android, performance","profiling"],
|
"keywords": ["android, performance","profiling"],
|
||||||
"tags": ["android, performance"],
|
"tags": ["android, performance"],
|
||||||
"image":"/assets/images/resource-card-default-android.jpg",
|
"image": null,
|
||||||
"lang":"en",
|
"lang":"en",
|
||||||
"type":"develop"
|
"type":"develop"
|
||||||
},
|
},
|
||||||
@@ -3661,7 +3661,7 @@ METADATA['en'].extras = METADATA['en'].extras.concat([
|
|||||||
"group":"",
|
"group":"",
|
||||||
"keywords": ["android, performance","profiling"],
|
"keywords": ["android, performance","profiling"],
|
||||||
"tags": ["android, performance"],
|
"tags": ["android, performance"],
|
||||||
"image":"/assets/images/resource-card-default-android.jpg",
|
"image": null,
|
||||||
"lang":"en",
|
"lang":"en",
|
||||||
"type":"develop"
|
"type":"develop"
|
||||||
},
|
},
|
||||||
@@ -5446,9 +5446,9 @@ METADATA['en'].collections = {
|
|||||||
"https://android-developers.blogspot.com/2010/07/multithreading-for-performance.html",
|
"https://android-developers.blogspot.com/2010/07/multithreading-for-performance.html",
|
||||||
"https://www.udacity.com/course/ud825",
|
"https://www.udacity.com/course/ud825",
|
||||||
"https://www.youtube.com/watch?v=N72ksDKrX6c",
|
"https://www.youtube.com/watch?v=N72ksDKrX6c",
|
||||||
"https://developer.android.com/tools/performance/index.html",
|
"tools/performance/index.html",
|
||||||
"https://codelabs.developers.google.com/codelabs/android-perf-testing/index.html",
|
"https://codelabs.developers.google.com/codelabs/android-perf-testing/index.html",
|
||||||
"https://developer.android.com/training/articles/memory.html",
|
"training/articles/memory.html",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -1,28 +1,25 @@
|
|||||||
toc:
|
toc:
|
||||||
- title: Optimizing Power Consumption
|
- title: Reducing Network Battery Drain
|
||||||
path: /topic/performance/power/index.html
|
path: /topic/performance/power/network/index.html
|
||||||
|
path_attributes:
|
||||||
|
- name: description
|
||||||
|
value: Access the network while going easy on battery life.
|
||||||
section:
|
section:
|
||||||
- title: Reducing Network Battery Drain
|
- title: Collecting Network Traffic Data
|
||||||
path: /topic/performance/power/network/index.html
|
path: /topic/performance/power/network/gather-data.html
|
||||||
path_attributes:
|
- title: Analyzing Network Traffic Data
|
||||||
- name: description
|
path: /topic/performance/power/network/analyze-data.html
|
||||||
value: Access the network while going easy on battery life.
|
- title: Optimizing User-Initiated Network Use
|
||||||
section:
|
path: /topic/performance/power/network/action-user-traffic.html
|
||||||
- title: Collecting Network Traffic Data
|
- title: Optimizing Server-Initiated Network Use
|
||||||
path: /topic/performance/power/network/gather-data.html
|
path: /topic/performance/power/network/action-server-traffic.html
|
||||||
- title: Analyzing Network Traffic Data
|
- title: Optimizing General Network Use
|
||||||
path: /topic/performance/power/network/analyze-data.html
|
path: /topic/performance/power/network/action-any-traffic.html
|
||||||
- title: Optimizing User-Initiated Network Use
|
- title: Implementing Doze
|
||||||
path: /topic/performance/power/network/action-user-traffic.html
|
path: /training/monitoring-device-state/doze-standby.html
|
||||||
- title: Optimizing Server-Initiated Network Use
|
path_attributes:
|
||||||
path: /topic/performance/power/network/action-server-traffic.html
|
- name: description
|
||||||
- title: Optimizing General Network Use
|
value: Help ensure the device isn't depleting the battery when not in use.
|
||||||
path: /topic/performance/power/network/action-any-traffic.html
|
|
||||||
- title: Implementing Doze
|
|
||||||
path: /monitoring-device-state/doze-standby.html
|
|
||||||
path_attributes:
|
|
||||||
- name: description
|
|
||||||
value: Help ensure the device isn't depleting the battery when not in use.
|
|
||||||
- title: Launch-Time Performance
|
- title: Launch-Time Performance
|
||||||
path: /topic/performance/launch-time.html
|
path: /topic/performance/launch-time.html
|
||||||
- title: Better Performance through Threading
|
- title: Better Performance through Threading
|
||||||
@@ -32,4 +29,4 @@ toc:
|
|||||||
- title: Intelligent Job-Scheduling
|
- title: Intelligent Job-Scheduling
|
||||||
path: /topic/performance/scheduling.html
|
path: /topic/performance/scheduling.html
|
||||||
- title: Reducing APK Size
|
- title: Reducing APK Size
|
||||||
path: /topic/performance/apk/reduce-apk-size.html
|
path: /topic/performance/reduce-apk-size.html
|
||||||
|
|||||||
@@ -34,6 +34,6 @@ develop apps that are power-thrifty, responsive, efficient, and well-behaved.</p
|
|||||||
data-cardSizes="6x6"
|
data-cardSizes="6x6"
|
||||||
data-maxResults="24"
|
data-maxResults="24"
|
||||||
data-items-per-page="24"
|
data-items-per-page="24"
|
||||||
data-initial-results="6"></div>
|
data-initial-results="3"></div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user