Home | History | Annotate | Download | only in RecipeAssistant
      1 <p><b>About:</b> This phone application uses the enhanced notifications API to display recipe
      2 instructions using paged notifications. After starting the application on your phone, you can browse
      3 from a short list of recipes and select one to view. Each recipe is broken down into a number of
      4 steps; when ready, you can click on the START action in the action bar to send the steps to the
      5 wearable. On the wearable device, the steps are displayed as a multi-page notification, with one
      6 page for each step in the recipe.</p>
      7 <p><b>How to run:</b> Install the Application APK on the companion and run it like any other
      8 Android app.</p>
      9 <p><b>Screenshots:</b>
     10     <figure>
     11         <img src="screenshots/recipe_assistant_guac.png" alt="Super simple guacamole" width="216"
     12              height="384">
     13         <img src="screenshots/guac_notification.png" alt="Guacamole wearable notification"
     14              width="160" height="160">
     15         <img src="screenshots/guac_notification_step1.png" alt="Guacamole step 1" width="160"
     16              height="160">
     17         <figcaption>Making guacamole!</figcaption>
     18     </figure>
     19 </p>