Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.26 KB

Google Wallet Android Codelab

Overview

This repository contains the resources used in the Create passes on Android using the Google Wallet API codelab. This codelab demonstrates how to perform the following tasks:

  1. Create a new issuer account in development mode
  2. Create a service account for issuing passes
  3. Create a new Generic pass class
  4. Create a new pass object
  5. Create an "Add to Google Wallet" button to save a pass
  6. Display the button in your Android app
  7. Handle the pass save result

Prerequisites

Code Files

Directory Description
android/ The sample app that you will customize
android_complete/ The same sample app with all steps completed
backend/classes/ Sample code files for creating passes

Support

For any questions or issues, please submit an issue on this repository.