Files
android_development/samples/browseable/Quiz/_index.jd
Trevor Johns f420ff0d80 Add browseable samples for Clockwork Beryl
Bug: 17473824
Change-Id: Id4c637733c491ac71bb6e269f55939c082fb0994
2014-10-23 03:36:38 +00:00

16 lines
806 B
Plaintext

page.tags="Quiz"
sample.group=Wearable
@jd:body
<p>
This sample uses Google Play Services Wearable Data APIs to communicate between
applications on a phone and a paired wearable device. Users can create quiz questions on the phone,
each of which has an associated DataItem. These DataItems are then received on the wearable, which
displays them as notifications. Each notification contains the question as the first page, followed
by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updated,
which allows the phone application to update the status of the question (i.e. did the user answer it
correctly or not) and prompt the next question.
</p>