Project 4 for Udacity Android Nanodegree
- 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.
- Change the base_url string in Constants.java in api package.