1. The document discusses using Scala and SBT for Android development. SBT is introduced as the de-facto build tool for Scala projects.
2. Scala language features like the Option type and lazy values help address issues like null pointers and control value calculation.
3. Several third-party libraries are described, including Scaloid and Macroid, which aim to simplify working with the Android platform in a type-safe way.