Android Tutorial & Lessons 11: Button + sound = a good review:
Here are the acceptable raw types:
http://developer.android.com/guide/appendix/m
edia-formats.html
Whats up CornFanz, thanks for watching my videos, I would love it if you subscribe and give me some feedback.
In this le... More
Android Tutorial & Lessons 11: Button + sound = a good review:
Here are the acceptable raw types:
http://developer.android.com/g
uide/appendix/media-formats.html
Whats up CornFanz, thanks for watching my videos, I would love it if you subscribe and give me some feedback.
In this lesson you will:
-Add a sound to the button
-Learn about the final prefix and the difference from defining it for the whole class.
-Thumbs up this video ;)
This video is the 11th in a web series that I am creating to help you learn Android programming so you can create apps and eventually how to learn to write games for android phones. I want to explain things in a way that everyone can understand, even if you have no experience with Java, XML, C, OpenGL, or as a matter of fact, any other programming language.
If you do have a lot of experience with programming, these first videos will be really slow for you, but my goal is to get everyone sprinting, but for now we have learn to crawl.
follow me on twitter: @cornboyz Less
Added Jan 27, 2011
Channel Education
Duration 8:50 | views 48182
Local Comments 0
Youtube Comments 41
Rating:
Tags buttons sound sounds click button intent android java lesson lessons tutorial tutorials game development games gaming example beginner easy smart phones basics programming programs examples onclicklistener
Permalink:

Post a comment
Local Comments (0)
Youtube Comments (41)
Woo Hoi Says:
May 1, 2012 - Tuesday 1 May 2012 6:07PMGMT+8 , watching the video half way, it says "An error occurred.Please try again later"
Akshayphadke Says:
Apr 13, 2012 - The variable "mpButtonClick" is local variable in the main() method. The object that you create with the anonymous class or closure might last until after the main() method returns. When the main() method returns, local variables (such as "mpButtonClick") will be cleaned up from the stack, so they won't exist anymore after main() returns. By making mpButtonClick final, it is not really variable anymore, but constant.
SETTLEDOWNTREEBARK Says:
Apr 8, 2012 - That doesnt HELP ME AT ALL I AM TRYING TO MAKE MONEY FROM AN APP BUT IF THIS CANT BE FIXED I CANT FINISH IT!!!!!!!!!!
slapkickinmule Says:
Apr 6, 2012 - i made a fart button
SETTLEDOWNTREEBARK Says:
Mar 31, 2012 - In the final MediaPlayer line when I Put in the "raw" part it doesn't work even though I made the folder. (red underline)
MetalShreader Says:
Mar 20, 2012 - 500th like :) u deserve more views tho
RefinedCode Says:
Feb 19, 2012 - This guy sounds like thenewboston... Both are great teachers!
SuperNinja10149 Says:
Feb 14, 2012 - "this" is a way for a java object to reference itself.
bgryderclock Says:
Jan 30, 2012 - thanks man!
WoernerAllen89 Says:
Dec 9, 2011 - Great tutorials!!
CoDMW3Fans Says:
Oct 30, 2011 - TutorialTube(.)net Learn to make android games easy and free!
oseloth Says:
Oct 24, 2011 - awsomeee!
tmcthree Says:
Sep 28, 2011 - I don't get "this"
bmxfreak1056 Says:
Jun 11, 2011 - im having a problem with my eclipse software and i need some help i have a video on my channel that shows the problem. if anyone could help me out that would be awesome. thanks
ServerBoost100 Says:
Jun 9, 2011 - Same Problem ((Just so ComboyzAndroid knows)) the application Hello World of Warcraft(process tk.servoboost.Hello.World.of.Warcraft) has stopped unexpectedly Please try agian (Button)Force Close(Button)
TheThomaswastaken Says:
May 31, 2011 - These // are forward slashes. As long as you know that I don't care if you keep calling them "orange-slashes". You can tell they are forward by a simple mnemonic like "if they would fall in the direction you are typing they are falling forward."
sentner Says:
May 7, 2011 - Ok, one pet peeve of mine... "/" is a Forward Slash (or just "slash")... "\" is a Backslash.
Primeflare Says:
Apr 28, 2011 - PROBLEM: I tried everything u showed but when I start the app and click on my button it says: the application CaveRunner(process Dave.designs)has stopped unexpectedly. Please try again. Any suggestions?????
600FPT Says:
Apr 25, 2011 - Is there any advantage using StartActivity(...); instead of just setContectView(our next sreen) or is it just dividing the same thing to different files ? btw beautiful tutorials...thank you
F11Nighthawk Says:
Apr 12, 2011 - what code would you use to create this soundboard ?
CornboyzAndroid Says:
Apr 9, 2011 - @GfLads check your brackets, or you can export your project and send it to cornboyzandroid@gmail.com
jojoborromeo Says:
Feb 23, 2011 - Can you make a tutorial in accessing google API for spreadsheet. Thanks you so much for all the video tutorials you made. I would highly appreciate if you make tutorial in accessing google API. More power and keep it up!
androidfunmore Says:
Jan 29, 2011 - Hi sorry to ask but can you make a video on how to make a button that links to another function like playing a video or something like that?