Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 681 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 681 Bytes

BuildItBigger

Project 4 for Udacity Android Nanodegree

Flow Diagram of the app

alt text

Project Components

  • Main app consist of two fravors Paid and Free version of the app with one MainActivity.
  • Backend using Google cloud engine deployed here : http://builditbigger-143808.appspot.com/. Fetches Jokes from Java library.
  • Java Library function getMeJoke() gives any random joke to backend.
  • Android Library consist of one Activity show the intented joke string from main app.

How to run?

  • Change the base_url string in Constants.java in api package.