Arizona1911
Arizona1911

Reputation: 2201

Periodically Update a TextView in Android Application

I am using the MediaPlayer class to play an mp3 file in my application. How do I update a textview control every second with the current position in the mp3 file?

Upvotes: 2

Views: 821

Answers (1)

Quintin Willison
Quintin Willison

Reputation: 630

This post on the Android developer's blog should answer your question.

Upvotes: 3

Related Questions