This directory contains Android samples demonstrating how to use AP2.
- Explore Scenarios: To understand what these samples can do, see the scenarios directory for detailed examples.
- Review the Code: Dive into the implementation by reviewing the code in the shopping_assistant directory.
- All Samples: Return to the main samples directory to see examples in other languages.
- Python 3.10+
uv
Set up your virtual environment and install packages:
uv sync
(Note: Each scenario has a run.sh script that will do this automatically.)