I am trying to combine images in view-pager with mp3 audio file.
I have 26 images of ABC alphabets in view-pager, and a ABC song in mp3 audio file. I want that when i click start button mp3 song file play and alphabets images in view-pager changes.
I had searched a lot but didn't find any solution that i can understand. Can some one give me code of that?
Please help me.
Thanks
Asked
Active
Viewed 673 times
0

M Usama
- 60
- 1
- 5
1 Answers
0
I think the best way to solve your problem would be to create a timer and to simply switch between the bitmap at regular intervals. When the start button is clicked, just launch the timer using an handler, and inside the timer event, add your logic to switch images.

David Peicho
- 453
- 4
- 16