This document summarizes a presentation about developing for Android Wear. It discusses wear-generated notifications, which are notifications created directly on the wearable device using context such as time and location. Notifications can include basic content, content actions that allow taking an action from the notification, and custom display intents. The presentation also covers building wearable apps using components designed for small screens like the WearableListView and CardFragment. It provides examples of how to implement dismissal overlays, confirmation activities, and components that adapt to different screen shapes.