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:
- Create a new issuer account in development mode
- Create a service account for issuing passes
- Create a new Generic pass class
- Create a new pass object
- Create an "Add to Google Wallet" button to save a pass
- Display the button in your Android app
- Handle the pass save result
- Android Studio
- Git
- The ability to create and run Android Studio projects
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 |
For any questions or issues, please submit an issue on this repository.