tuhatinhvn Active Member Licensed User Longtime User Mar 12, 2019 #1 I used this code to play some audio in my app https://www.b4x.com/android/forum/t...-at-the-same-time-possible.70195/#post-445833 but i can not found any ways to detect when it complete audio to repeat it ?
I used this code to play some audio in my app https://www.b4x.com/android/forum/t...-at-the-same-time-possible.70195/#post-445833 but i can not found any ways to detect when it complete audio to repeat it ?
Erel B4X founder Staff member Licensed User Longtime User Mar 12, 2019 #2 Why aren't you using VideoPlayer from iUI8 library? You can hide the view itself. It raises the Complete event. Upvote 0
Why aren't you using VideoPlayer from iUI8 library? You can hide the view itself. It raises the Complete event.