Home | History | Annotate | Download | only in Quiz
      1 
      2 page.tags="Quiz"
      3 sample.group=Wearable
      4 @jd:body
      5 
      6 <p>
      7             
      8             This sample uses Google Play Services Wearable Data APIs to communicate between
      9             applications on a phone and a paired wearable device. Users can create quiz questions on the phone,
     10             each of which has an associated DataItem. These DataItems are then received on the wearable, which
     11             displays them as notifications. Each notification contains the question as the first page, followed
     12             by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updated,
     13             which allows the phone application to update the status of the question (i.e. did the user answer it
     14             correctly or not) and prompt the next question.
     15             
     16         </p>
     17