The document describes TOFU (Tofu on the Fly), a system for dynamically generating and caching image thumbnails on Amazon S3. It works by installing an Apache module that generates thumbnails using ImageMagick when images are requested, then caches them on S3 for future requests. This avoids hitting application servers for every image and provides scalability. The document discusses the TOFU architecture, implementation details, performance testing results, and strategies for integrating with CDNs like Akamai to improve performance.
This document proposes using a BehaviorSubject and custom scoped ViewModel to manage progress dialogs in a way that is independent of activity lifecycles and avoids common issues like dialogs dismissing on orientation changes or remaining on screen. The BehaviorSubject would emit true when an API call starts and false when it ends, while the custom scoped ViewModel ensures the loading state can be revived even if the activity is recreated.
The document discusses build tools like Ant, Maven, and Gradle. It provides an overview of each tool's history and capabilities. Gradle is presented as a build tool that aims to improve on Ant and Maven by allowing builds to be written in a Groovy-based domain-specific language for improved flexibility. The document also demonstrates several Gradle features like tasks, dependencies, plugins, and multi-project builds.
This document proposes using a BehaviorSubject and custom scoped ViewModel to manage progress dialogs in a way that is independent of activity lifecycles and avoids common issues like dialogs dismissing on orientation changes or remaining on screen. The BehaviorSubject would emit true when an API call starts and false when it ends, while the custom scoped ViewModel ensures the loading state can be revived even if the activity is recreated.
The document discusses build tools like Ant, Maven, and Gradle. It provides an overview of each tool's history and capabilities. Gradle is presented as a build tool that aims to improve on Ant and Maven by allowing builds to be written in a Groovy-based domain-specific language for improved flexibility. The document also demonstrates several Gradle features like tasks, dependencies, plugins, and multi-project builds.