- AmbientTalk is a scripting language for Android devices designed to be robust against disconnections through asynchronous and peer-to-peer communication (P2P).
- It allows for discovery of other devices for collaboration, and buffers communication when connections are down.
- The presenter demonstrated a collaborative drawing app built in AmbientTalk that required only 90 lines of code to handle the networking, showing the ease of building P2P mobile apps with the language.