Completed
Optimise on the Algorithmic Level
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Improving Android Build Performance
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Gradle?
- 3 Gradle, Inc.
- 4 Fast Builds Matter
- 5 Automate your measurements
- 6 JVM tuning
- 7 The Gradle Daemon
- 8 Build Scans
- 9 The Build Lifecycle
- 10 Red Flags
- 11 Startup, buildSrc, Settings
- 12 Resolution at Configuration Time
- 13 1/0 at Configuration Time
- 14 Inefficient Plugins
- 15 Variant Explosion
- 16 Extract Script Plugins
- 17 Extract Binary Plugins
- 18 Optimise on the Algorithmic Level
- 19 Execution Time
- 20 Incremental Builds
- 21 Example: Crashlytics
- 22 Faster Compilation
- 23 Incremental Annotation Processing
- 24 Caching
- 25 Parallelism
- 26 Gradle Enterprise
- 27 Get Deep Insights
- 28 Watch Performance over Time
- 29 Guides