Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (37)

Sign In or Sign Up now to post a comment!
  • Hey where do I download the code from now?

  • That link doesnt work

  • As you know your website is down, for whatever reason (I'm guessing you didn't renew your domain name), you should pastebin.com it though.

  • Comment removed

  • There is little problem with that program, if u hit play button music starts to play, then if u hit back button music still plays, and when u go back and press stopp button its not working..

    btw great videos helped me a lot keep them coming!!

  • I want to have your babies. And I'm a guy.

  • this tutorial is awesome but can you provide a new link, im stuck on this tutorial

    or can you upload your code on mediafire or some thing then give us the link ?

    thanks you

  • Comment removed

  • No problems

  • awesome tutorial. i watched a lot of your tutorials and I was wondering can you do a tutorial on playing music from a url link for examole this link here:

    thanks

    you can also contact me at kmassmedia@yahoo.com

  • all other tutorials have been great im just starting learning and this was confusing and sucked hard and theres no way to contact Travis. downloaded twitter just to try to get some help from him and nothing site doesnt work and code link is blank

  • Again the link is not working. Best tutorials i could find.

  • Hey Travis i can't get through the link for the code. Could you post it in description by any chance? thanks for the tutorials!

  • Dude... thanks to this video I was able to find my last error in my own code!! Thanks alot and keep up the good work!!!

  • you sold ur site??

  • What's up Travis! Hey man can you provide a new link. Im stuck on this tutorial and the link is not working.

  • Comment removed

  • Hate to say it, but your forum link isn't working and thus making it impossible to join, as well as view the source code you have for this video. Hope that it is simply a matter of forum relocation. Thanks. :D

  • Hey Travis ! At 11:00 , in the switch statement @ setOnCheckedChanged , case 0 seems to never happen, as the first radio button is selected by default in a radiogroup when the Activity is launched. This also means you can initialise whatsong=1.

  • I get error messages on the onClick and onCheckedChange methods. . The fix it recommends is to remove the @Override line.I get the same type error on the onCheckedChange() method.I use the fix, and remove the @Override lines, but when I click on the Play or Stop buttons in the emulator I get an error stating "The application The Basics (blah, blah...) has stopped unexpectedly. Please try again." and it has the Force close button.

  • I keep getting the error telling not enough storage...

  • @taibm

    yes i keep getting the same thing ... maybe the mp3 files are too big !! it also takes lots of time trying to launch

  • Great tutorial mate, I almost love you... I also add this piece of code to stop any of the tracks playing in case you exit the app, otherwise the music keep playing. So in the tutorial4.java class, just before the last bracket at the bottom, add: protected void onStop() { super.onStop(); if(song1.isPlaying()){ song1.pause(); song1.seekTo(0); } else if(song2.isPlaying()){ song2.pause(); song2.seekTo(0); }else if(song3.isPlaying()){ song3.pause(); song3.seekTo(0); } } Keep rocking....
  • We have watched your videos throughout our school project and they have been more helpful than any help we could find at school or the internet.

    thankyou so much.

  • thanks again, and wow super fast response time aswell - this is really great, im using these tutorials for my school project - big thanks!

  • Can you please add a new link? the one in description doesnt work :/ I have tried to write everything i can see myself, but can get it to work

  • @omgipooinmypants hey buddy,i updated the link, thanks for the reminder!

  • @CornboyzAndroid It's out of date again. :P

  • Comment removed

  • @CornboyzAndroid

    Hey, could u update the code again, plz?

    I watched your comeback tutorial but, thanx for that, keep doing the great work!

  • One of the best tutorials ever!

    thx

  • Hey Travis.. Great tutorial. However, I had to change things to get it working. (1) the system would not work when I loaded the music mp3's in the "raw" folder with a capital letter in the file name. I changed the file names to "rbmusic1, .., rbmusic4" and it eliminated one set of errors. (2) In tutorialFour.java, I encountered an error in setting up each song as a MediaPlayer. I had to reset the reference for each song (eg, R.raw.song1 to R.raw.rbmusic1, etc). Why did this happen? Regards

  • Thanks..Thanks...Thank you very much. Good job..

    Please upload the next lessons 26,27,28,29,30..........We are waiting for that.

    Thumbs up!!

  • This is the best series of Android tutorials I've found. Very useful, and entertaining too. Thanks for all of your work.

  • your so awesome thank you so much for your videos! keepit up!!!!!

  • Gracias por tus videos realmente han sido de utilidad, y bastante claros. Sigue con tu trabajo es muy bueno. Felicidades! Thumbs up!

  • Thanks very much for this travis. I appreciate it. Keep up the good work.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more