Skip to content

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 694 Bytes

README.md

File metadata and controls

executable file
·
6 lines (4 loc) · 694 Bytes

BuiltItBigger

A part of the Android Developer Nanodegree program. Used Gradle to build a joke-telling app that has both a free and paid version. This included factoring functionality into libraries as well as using build flavors to modularize the construction of each variant of the app. I also configured a Google Cloud Endpoints development server to supply the jokes.

Why this Project?

As Android projects grow in complexity, it becomes necessary to customize the behavior of the Gradle build tool, allowing automation of repetitive tasks. Particularly, factoring functionality into libraries and creating product flavors allow for much bigger projects with minimal added complexity.