I currently have a streaming internet radio app that runs on android. I am wanting to have it communicate with Car HUDs so I can display the current song info on the HUD screen.
For example, I just bought a new Honda Pilot. I noticed that when I use a CD , it displays the song info. If I run off of a USB device (for example, an ipod), it will display the song info. However, if I run off of a bluetooth it will show blank for artist, song, etc., but it will show that the bluetooth is running through the phone and displays "Droid Razr".
This got me thinking, what if I manually send the music info to the HUD from the phone, every time the song changes.
My question is, can this be done? Do I need some kind of API to do this? If so, which one? And does said API work with Mono Android?