An open API service indexing awesome lists of open source software.

https://github.com/electron0zero/build-it-bigger

:nut_and_bolt: :hammer: Project 4 for Udacity Nanodegree on Gradle Build System
https://github.com/electron0zero/build-it-bigger

Last synced: about 1 year ago
JSON representation

:nut_and_bolt: :hammer: Project 4 for Udacity Nanodegree on Gradle Build System

Awesome Lists containing this project

README

          

# Build it Bigger - Building Java and Android projects with Gradle

Build it Bigger(Project-4) for Android NanoDegree Program from [Udacity](https://www.udacity.com/)

See [Guide.md](https://github.com/electron0zero/Build-It-Bigger/blob/master/guide.md) for more details

## Building

Clone and import into Android Studio, That's it.

## SDK version

minSdkVersion 19
targetSdkVersion 24

## Screenshots













see `Screenshots` folder for more

## Sources

- [GCP-Examples](https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints)
- [DAC](https://developer.android.com/guide/components/intents-filters.html)
- [firebase docs](https://firebase.google.com/docs/admob/android/quick-start)
- [firebase docs](https://firebase.google.com/docs/admob/android/interstitial)
- [Vogella.com](http://www.vogella.com/tutorials/AndroidTesting/article.html)
- [Vogella.com](http://www.vogella.com/tutorials/AndroidBuild/article.html)

## Libraries Used
- jokelib - my java lib for jokes
- jokelib_android - my android lib for jokes
- backend - Google Cloud backend for jokes
- Android support lib.
- GMS
- Junit (Framework for tests)