I have written a music player service (MusicPlayer) that takes 2 inputs 1) play list names and 2) path to each song/audio.
This is working perfectly.
I have a widget for the app that show an image currently. I am planning to add a textview so that current playing song will be shown and will updated whenever a new song being played.
Unable to figure out how to update widget from a service.
is there a way I can accesses widget to update required information ?