I\'ve built a simple music player in Android. The view for each song contains a SeekBar, implemented like this:
public class Song extends Activity implement
When using AsyncTask Update the UI in onPostExecute method
@Override protected void onPostExecute(String s) { // Update UI here }