Reputation: 3
I have some songs and their lyric. now I want to display lyric while song is playing. but i don't how to do this. i read some topic like this
but they are not clear to me. is there any tutorial for that? I should read a ".lrc" file and search for time stamp how to use them? I think I can put this time stamp in array and according to this times start a textview.
Upvotes: 0
Views: 2875
Reputation: 7292
Here is a good example for you to do this:
https://github.com/douzifly/AndroidLrcView
Upvotes: 1