forked from udacity/ud867
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This next task will be pretty tricky. Instead of pulling jokes directly from our Java library, we'll set up a GCE development server, and pull our jokes from there. Follow the instructions in this tutorial to add a GCE module to your project. Note that you need only run the local development server. You do not need to deploy your backend on Google AppEngine.
Introduce a project dependency between your Java library and your GCE module, and modify the GCE starter code to pull jokes from your Java library. Create an Async task to retrieve jokes. Made the button kick off a task to retrieve a joke, then launch the activity from your Android Library to display it.
Metadata
Metadata
Assignees
Labels
No labels