https://github.com/libhide/android-nd-project4
Project four for the Android Nano Degree offered by Google in collaboration with Udacity.
https://github.com/libhide/android-nd-project4
Last synced: 7 months ago
JSON representation
Project four for the Android Nano Degree offered by Google in collaboration with Udacity.
- Host: GitHub
- URL: https://github.com/libhide/android-nd-project4
- Owner: libhide
- Created: 2016-07-09T22:59:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T22:58:00.000Z (over 9 years ago)
- Last Synced: 2025-04-03T23:14:47.134Z (about 1 year ago)
- Language: Java
- Size: 32.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Nanodegree Project 4 – Build it Bigger
This project contains an app with multiple flavors that uses
multiple libraries and Google Could Endpoints. The finished app consists
of four modules. A Java library that provides jokes, a Google Could Endpoints
(GCE) project that serves those jokes, an Android Library containing an
activity for displaying jokes, and an Android app that fetches jokes from the
GCE module and passes them to the Android Library for display.