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!!
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:
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
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.
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....
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
Hey where do I download the code from now?
TheDegovnor 20 hours ago
That link doesnt work
appippappi 1 week ago
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.
lt99range 1 week ago
Comment removed
nakamenn 2 weeks ago
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!!
zuuluu22 1 month ago in playlist Uploaded videos
I want to have your babies. And I'm a guy.
TPPhoenix93 1 month ago
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
iloveuMeoSam 1 month ago in playlist Android
Comment removed
iloveuMeoSam 1 month ago in playlist Android
No problems
jacjanssen 2 months ago in playlist Uploaded videos
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
jamestisby 2 months ago
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
brandonlc1982 2 months ago
Again the link is not working. Best tutorials i could find.
oliviuvais 2 months ago
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!
socos1602 3 months ago
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!!!
MrPombeer 3 months ago
you sold ur site??
praveenchukka 4 months ago
What's up Travis! Hey man can you provide a new link. Im stuck on this tutorial and the link is not working.
electronicsnow1 4 months ago
Comment removed
StonerImprov 5 months ago
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
StonerImprov 5 months ago 4
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.
mctyan 7 months ago
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.
distantroaring 8 months ago
I keep getting the error telling not enough storage...
taibm 9 months ago
@taibm
yes i keep getting the same thing ... maybe the mp3 files are too big !! it also takes lots of time trying to launch
Thewildwolf79 8 months ago
ozzievideo 9 months ago
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.
tom123parker 10 months ago
thanks again, and wow super fast response time aswell - this is really great, im using these tutorials for my school project - big thanks!
omgipooinmypants 10 months ago
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 10 months ago
@omgipooinmypants hey buddy,i updated the link, thanks for the reminder!
CornboyzAndroid 10 months ago
@CornboyzAndroid It's out of date again. :P
glitchygames 4 months ago in playlist Android Tutorials: For Apps & Game Development
Comment removed
Crni03 1 month ago
@CornboyzAndroid
Hey, could u update the code again, plz?
I watched your comeback tutorial but, thanx for that, keep doing the great work!
Crni03 1 month ago
One of the best tutorials ever!
thx
cartmanland91 11 months ago
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
dutch345 1 year ago
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!!
PriyaBosh 1 year ago
This is the best series of Android tutorials I've found. Very useful, and entertaining too. Thanks for all of your work.
SunnyLowdown 1 year ago
your so awesome thank you so much for your videos! keepit up!!!!!
koolingw1 1 year ago
Gracias por tus videos realmente han sido de utilidad, y bastante claros. Sigue con tu trabajo es muy bueno. Felicidades! Thumbs up!
pulmoneithor 1 year ago
Thanks very much for this travis. I appreciate it. Keep up the good work.
ezekielthemack 1 year ago