My question is a very simple one i'm sure. It's just I'm not quite sure how to effectively describe what i'm trying to achieve.
Anyway to the point, I have a simple button, I know how to "link" a raw sound file to hand make it play. BUT what i want to do is maybe link a 3 second sound to the button and just have it loop while the user holds the button, and then stops playing when the button is let go. Anyone have any example links they could share that would be great! Thank you!
edit: Thank you Cpt.Ohlund!
Thanks that was definately helpful and did the trick, however i ran into 1 more small problem maybe you could help me with I'm using a "Custom Button" as seen on http://developer.android.com/resources/tutorials/views/hello-formstuff.html
It worked fine before i added the "onTouch Listener. The Button now doesn't use it's android:state_pressed Item it just displays the normal item but not the pressed item. At least It plays the sound now. But, Any Ideas?