The document provides an overview of a 90-minute workshop on building a simple Android app with Kotlin. It introduces Kotlin and the Anko DSL, discusses Kotlin language concepts and idioms, and outlines the steps to build an app that loads and displays sample JSON data using Kotlin and Anko. The workshop covers Kotlin setup, refactoring existing Java code to Kotlin, using Kotlin Android extensions and Butterknife for view binding, adding a RecyclerView with sample data, loading and parsing JSON data with Gson, and introducing the Anko DSL and command pattern for asynchronous operations.