From 9a987a00da7601f313efefcc4515882c53df4fa8 Mon Sep 17 00:00:00 2001 From: danijoo Date: Thu, 5 Nov 2015 22:16:16 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0055436..6782394 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# UdacityProject4---Build-it-bigger -A demo app showing how multiple modules work together +# UdacityProject4: Build-it-bigger +A demo app showing how multiple modules work together. + +Task: +In this project, you will create an app with multiple flavors that uses multiple libraries and Google Cloud Endpoints. The finished app will consist of four modules: + +A Java library that provides jokes +A Google Cloud Endpoints (GCE) project that serves those jokes +An Android Library containing an activity for displaying jokes +An Android app that fetches jokes from the GCE module and passes them to the Android Library for display