coder20
coder20

Reputation: 3

how to display lyric while song is playing android?

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

Answers (1)

ifeegoo
ifeegoo

Reputation: 7292

Here is a good example for you to do this:

https://github.com/douzifly/AndroidLrcView

Upvotes: 1

Related Questions