Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
AndroidX, Gradle, and Metalava - Performance Optimization and API Compatibility
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is the scope of AndroidX?
- 3 What does configuration caching entail?
- 4 Remote caching vs local caching
- 5 Are there situations where it's easier to run tests locally?
- 6 Status of remote cache for AGP tasks
- 7 Can the task graph be cached remotely?
- 8 Other types of optimization
- 9 How to better understand Gradle
- 10 Improving integration between AGP and Gradle
- 11 Checking signature files using Metalava
- 12 Supporting Kotlin
- 13 Third parties using Metalava
- 14 AndroidX lint-checks workflow
- 15 Gradle collaborations
- 16 Closing