-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to show the song title,artist name and image upon the notification area ? + #54
Comments
Hi! I work with this service.
But, in wich part?
never has working This is my code: `
I call it in this part:
I hope this helps |
hey , @GenesisVargasJ I didn't understand this part |
If you want show the song title, artist, etc you must to use these function:
The rest of code is to see the information of this, since the method that suggests the author to retrieve that information never works
*This method only show the info in the log And i use TimerTask for call this information and update the notification area This is my notification working:
|
In the notification area I want to show the song name , artist name and also the image of the current track an also when the track changes the notification should be updated automatically .
Can anyone tell that how to do that? Thanks
The text was updated successfully, but these errors were encountered: