This project is an Udacity Nanodegree exercise, that mainly deals with the usage of gradle, multi-module building with android & java libraries and handling a Google Cloud Endpoint.
A full description of all features covered can be found here.
app/
- the main Android app that uses all modulesjokelib/
- a java library that provides jokesandroidjokelibrary/
- an android library that displays a jokejokeProvider/
- a Google Cloud Endpoint providing jokes (from jokelib)