Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

A simple client for a Tic Tac Toe game using Google Cloud Endpoints and Android.

License

Notifications You must be signed in to change notification settings

GoogleCloudPlatform/appengine-endpoints-tictactoe-android

Repository files navigation

appengine-endpoints-tictactoe-android

This application implements a simple client for a Tic Tac Toe game using Google Cloud Endpoints, App Engine, Java, and Android.

NOTE: This sample was written with a Java backend in mind. As a result, the generated code will differ slightly than that for the Python Tic Tac Toe sample. For the most part this will be immaterial to the sample, but there are a few key differences:

  • The generated schema names in the discovery document are different in Python than in Java, even though the hold the same data. This will cause the generated classes corresponding to the schema to have different names.
  • Python supports enums and uses 'WHEN' and 'TEXT' for the order field in queries, while Java simply uses "1" and "2", respectively.
  • The Python backend stores the current user for authenticated requests, but does not return the user in the score insert response or score list response.

Products

Language

APIs

Setup Instructions

  1. Open the project in Android Studio.
  2. Update the value of DEFAULT_ROOT_URL in src/com/appspot/api/services/tictactoe/Tictactoe.java to point to the location where you are hosting a Tic Tac Toe backend (based off of the Java backend example).
  3. Update the value of AUDIENCE in src/com/google/devrel/samples/ttt/ClientCredentials.java, replacing the string "your_web_client_id" with the web application client ID you registered in the APIs Console.
  4. Run the application.

About

A simple client for a Tic Tac Toe game using Google Cloud Endpoints and Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages