Files
rk35xx-android14/development/samples/browseable/Quiz/_index.jd
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

17 lines
807 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>