Posts by Gabriel Linassi • 65 points
2 posts
-
3
votes1
answer226
viewsQ: Update Seekbar as it plays the audio
I created a seekBar to see the progress of my audio running on MediaPlayer, but of all the methods I used to update the seekBar, the only one that worked was this below: new Timer().schedule(new…
androidasked Gabriel Linassi 65 -
3
votes2
answers224
viewsQ: Error using sendMessage() method of the Handler class. "Message not posted or already removed"
I am studying about Threads and Services and I know that to run a longer process, such as looking for internet signal or download, I must put it to run in a Background Thread and not in the UI (User…
androidasked Gabriel Linassi 65