I have a requirement that I want to play an audio file and meanwhile I should get slideshow of images stored in array.
Can any one suggest me the way to do this?
Thanks in Adva开发者_开发问答nce,
Tejaswi Marakini
you could have a class called Slide that extends view, inside the Slide class could be the drawable image and the playable audiofile. Then in your main class you could change the slides and put in a delay or whatnot.
精彩评论