Would love to see an AntennaPod app for Garmin watches as well!
The way to go there would probably be to implement an audio content provider using the Connect IQ SDK and eventually publish it to the Connect IQ Store. Apps are written in “Monkey C” (never heard of it before, looks fairly intuitive, though).
Hey folks, I’m starting to look into this and many things look quite straightforward. Here’s a question though: How would the watch communicate with the AntennaPod app on the phone?
I believe for Spotify the watch and phone are pretty independent from one another - once the watch is signed in to the Spotify account (which is done through the phone I believe), it can access the user’s content itself. For AntennaPod there’s no user account or backend to sync to. So the watch would have to fetch the podcasts’ meta information from the app on the phone to then download the content itself. And of course it would have to notify the app on the phone about the progress in playback.
So I’m just starting to look into this, but if somebody has some pointers, maybe from other projects involving communication between a Bluetooth-conmected device and an app on a phone - I’d much appreciate a quick message :-).