Ok well this is my first time posting on here and well I'm still pretty new with android programming.
Issue: I am trying to play a sound routine using a seperate class from my widget.class For the life of me I cannot get this to work. Basically the user clicks a button on the widget and the result is a sound file being played. (Well that's the desired result anyways) I have tried running Toast tests in the seperate.class under onItemClick and I get no result, when I try to run it as an activity I get a blank layout but toast shows a response under the onStart() event.
Request: Can someone give me a short bit of code, perhaps a template of what I need to have in the seperate class and under which even it needs triggered?