项目作者: skipadu
项目描述 :
Shows jokes using GCE
高级语言: Java
项目地址: git://github.com/skipadu/BuildItBigger.git
BuildItBigger
Overview
- Starting point for this project was this Udacity’s FinalProject
- Shows joke when pressing a button
- Google Cloud Endpoints supplies jokes from the created Java library using AsyncTask
- Jokes are shown in the created Android library’s activity
- Different build flavour for free (ads are shown) and paid version
- Showing loading indicator while waiting for response from the GCE
Requirements
Gradle tasks
Here is listed some of the most useful Gradle tasks to use:
- To start the GCE, run all tests and stop the GCE -> runTestsWithGCEOn
- Install free version to your device -> installFreeDebug or installFreeRelease
- Install paid version to your device -> installPaidDebug or installPaidRelease

- To just start GCE -> appengineStart
- To just stop GCE -> appengineStop
Libraries
In addition to existing libraries that were in the base-project, following libraries were added:
Other
Screenshots
Free
Showing ad
Paid
Ad free
