I need to implement a fullscreen activity on a Wear device that is started when the user swipes to the next page of the notification - like the demo card "Boarding pass" (QR code on second page).
The activity needs to be animated.
My questions: how can I create this activity when the code runs completely on my phone? The notification just references a local class. How does that work? Will the activity class be uploaded to the Wear device? To what extent will I be able to animate the activity? Will I be able to use the device's APIs?
I'm not sure how that is supposed to function.