Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. Use the Android Wear Notification API: Android Wear OS comes with a Notification API that developers can use to create custom notifications. You can use this API to display the current song playing on the user's phone as a notification on their Android Wear device.

  2. Create a standalone NowPlaying app for Android Wear: You can also create a standalone app that displays the currently playing song on the Android Wear device. This app can be launched from the home screen or as a response to a voice command.

  3. Integrate with music apps: Many music apps for Android have APIs that allow other apps to access information about the currently playing song. You can use these APIs to display the current song information in your NowPlayingView feature on Android Wear.

  4. Use the Android Wear WatchFace API: If you want to display the NowPlayingView feature as a watch face, you can use the Android Wear WatchFace API. This API allows you to create custom watch faces that can include custom complications like the NowPlayingView feature.