Articles, dummyCategory

Improving Android Build Performance

We all know a fast build makes for a happy developer. Gradle has introduced new capabilities that can decrease build times considerably, but too often teams do not leverage their full potential. This talk will walk you through a structured approach of improving your build. We’ll discuss – the tools and techniques to measure build performance and identify bottlenecks – the different lifecycle stages of the build and common pitfalls for each of them – how to avoid unnecessary work at all stages of the build – tweaks and tips for the most popular libraries -recent improvements in Gradle as well as in the Android plugin and in the Kotlin plugin You’ll walk away with a solid foundation to speed up your build.

Articles, Home

What’s a Bill of Material BOM file?

Wikipedia says: A bill of materials or product structure (sometimes bill of material, BOM or associated list) is a list of the raw materials, sub-assemblies, intermediate assemblies, sub-components, parts, and the quantities of each needed to manufacture an end product. A BOM may be used for communication between manufacturing partners or confined to a single…