snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
110 stars 63 forks source link

Add media controller with APIs to track media events (close #606) #612

Closed matus-tomlein closed 1 year ago

matus-tomlein commented 1 year ago

Issue #606

Implements the same media tracking APIs as in the iOS tracker.

Documentation

The documentation is deployed as a preview here.

The PR for the docs is here.

New screen in the example app

I added a new "Video" button to the main screen of the Kotlin demo app. This opens up another screen with a video player. Media events are tracked as the video is played.