Android Makers 2019 Dessert Hunt, behind the scenes.

Martin Bonnin
Android Makers backstage
4 min readMay 14, 2019

At Android Makers, we like desserts… a lot!🍦🍩😋

When we realized the conference was taking place the day following Easter, we couldn’t resist the urge of organizing a small Dessert Hunt. We also love experimenting with new Android tech, so we did it using ARCore.

Building the app

The app is entirely on github. The dessert hunt code is in the flash_droid directory. It uses an ArFragment to detect the augmented images like in the augmentedImage sample.

The augmented images database is built offline using arcoreimg. Then the ArFragment will give us a callback when an augmented image is detected:

We then use a ViewRenderable to display the Thumbs up 👍👍. Worth noting is that any view can be displayed in the scene. It can also be animated/interacted with, which opens a lot of possibilities. Definitely something to dig more!

The backend is a simple Firestore instance. Saving a scan is as simple as writing a map to Firestore. We saved the timestamp. Even though it’s not completely hacker proof, this allowed us to detect a few cheaters :).

Replacing the poster on the Beffroi

That one didn’t work until the very last moment when we realized we needed to help arcoreimg by giving the size of the poster (it’s big!):

//images.txt
montrouge|montrouge.png|8

It went smoothly after that:

Hiding the desserts

The desserts were hidden the morning just before the conference in different locations:

  • Cupcake: on the cloakroom desk
  • Donut: downstairs next to room Blin and the dolls exhibition
  • Eclair: in the corridor leading to room Blin
  • Froyo: in the stairs between the lobby and 1st floor
Froyo was the last one to be found despite being in plain sight
  • Gingerbread: on the ceiling next to room 203
  • Honeycomb: next to the coffee machine on the 2nd floor
  • IceCreamSandwich: in the foyer-bar, next to Leboncoin
  • Jelly Bean: in the lobby, behind the plant on the left
  • KitKat: behind the curtain, next to Blablacar
  • Lollipop:1st floor, in front of Hiway, next to an extinguisher
  • Marshmallow: left side of the bar on the 1st floor
  • Nougat: behind the kakemono On the 1st Floor
Nougat was behind a kakemono

Two of them were digital:

  • Oreo: the now classic 7 taps on the app version
  • Pie: ask the Google Assistant!

The aftermath

Over the two days, there were:

  • 265 participants
  • 899 desserts successfully scanned
  • 34 participants found all 14 desserts

The full data set is available in Google Sheets. A few insights:

  • Cupcake was one of the first and most found. It makes sense as it was hinted in the app.
  • Froyo was the last one to be found despite being quite visible in the stairs. Mostly because no one ever stopped there.
  • The first participant found the whole 14 desserts on Tuesday ~2pm.
  • 24 participants finished their scanning in the last 2 hours. Some information sharing might have happened at that time :).
  • Some desserts were found during the party around ~11pm on Tuesday night. They were in the Google Assistant, no one broke into the beffroi!
  • Pie and Oreo were also found with difficulty. In the google assistant, scrolling right in the list of suggestions would hint at the dessert.
Ask about our easter eggs!

Making a prize

The prize (a 2 pound chocolate bugdroid), was entirely custom made using:

  • a Droid Mega to serve as a model
  • food-safe silicon to make the mold
  • and a lot of Valhrona chocolate! 🍫🍫

This was a long and involved process, especially tempering chocolate… That would require another post I’m afraid! Don’t hesitate to use the comments section if you feel like doing your own chocolate mold!

A few pictures:

Bugdroid Mega before being covered in silicon
Mold done
Chocolate incoming
Easter Droid waiting for his new owner!

We hope you had as much fun looking for desserts as we did building the it! Congrats to all participants who founds the desserts!!

And bon appétit Maximilien ;)

See you next year!

--

--