This document outlines the goals and implementation of an Android app for displaying statistical data diagrams. The key goals are to scale charts to mobile screens, optimize data transmission and display, and allow zooming capabilities. Technically, it involves communication between the Android app and a backend server using REST APIs. Tasks completed include scaling algorithms, caching mechanisms, and non-interactive zooming. Remaining tasks involve improving interactive zooming. Technologies used include a Java servlet container, REST framework, ORM framework, and MySQL database.