What is important is the principles and architecture and that did not change in Android Studio 2.2 (as of 2016-07-27). I appreciate the work that went into creating and posting this, thank you. This person isn't being paid for being helpful, we should show at least a little appreciation.
@katm246511 жыл бұрын
Did I ever say, how much I like your tutorials? Good video and sound quality and really good explanations! Thanks a lot!
@prateekabhyankar683810 жыл бұрын
Thanks a lot! I was trying to add images numbered 1-10 and was breaking my head over it! You're a savior really! :D
@arcofblues11 жыл бұрын
Best android tutorial I have seen, gonna have to watch more of your videos.
@San4ah11 жыл бұрын
Thaaaaaaanks a lot, you don't know how much you helped me
@Enigma75810 жыл бұрын
This didn't work for my default project. My default project did not contain the drawable-*** folders (only ic_launcher.png), and dragging an image under the res folder was not allowed (results in red circle with a slash through it).
@rojonunoo9 жыл бұрын
yeah me too faced the same problem.
@rojonunoo9 жыл бұрын
Nii Ashirifi were you able to solve that issue?
@NaufalAryaputra9 жыл бұрын
+Nii Ashirifi same thing
@ahmadnazirulariffamajid22149 жыл бұрын
+Enigma758 you should create a new drawable resource file and name it hdpi, mdpi, ldpi, xhdpi. and then you can start dragging the image into the folder.
@panfon565011 жыл бұрын
excellent video !!!!!, also would it take much more code to return button to original state on second press ? cheers
@lesgrrosman9 жыл бұрын
thanx man! but what the microfone you use?
@josephgarronegj9 жыл бұрын
Should have started directly with your tutorials. Good job !
@prizmpromise10 жыл бұрын
Just curious, what settings are you running the emulator with?
@hondus1610 жыл бұрын
Hey, how can i make loop for it, i mean: I just made play/stop button for music player. How to make it change every click (start/stop image)
@Krzysztex9 жыл бұрын
man this is so outdated Android Studio doesnt work like that anymore :(
@JemiChan11019 жыл бұрын
+Krzysztex it worked for me
@yassine98718 жыл бұрын
+Krzysztex this video recorded on 2/14/2013 , that's mean 3 years before you saw it. so it's normal to be outdated for 2016 ^_^
@Tomateeek11 жыл бұрын
THANKS A LOT , I wish you luck in your life :)
@halanasser558910 жыл бұрын
the image button comes with the gray background (Button) I don't know how to remove it , any help ?
@Shah_AV10 жыл бұрын
How do you add multiple image buttons??
@nuraytumer41467 жыл бұрын
Thanks a lot. It is work for me.
@Thecreamer66611 жыл бұрын
Thank's man, but can you tell me how to direct to another activity ( another screen ) ? I click the button, and it'll direct to another page
@theblizzardous10 жыл бұрын
inside the button's onclick method add this code startActivity(new Intent(thecurrentjavaclass.this,thejavaclassnameofthesecondactivity.class));
@xiaoliw10 жыл бұрын
When I click the button, how do I get it to play a gif?
@AH-hc7oh11 жыл бұрын
thank you man .. for you help me .. in my project
@jrlandau11 жыл бұрын
very well explained
@ClawHammer2311 жыл бұрын
Nice video, thanks
@aertis011 жыл бұрын
muito boa as aulas man rsrsrrs
@pranavkakkar64447 жыл бұрын
How can i share images in my group chat application... Help!!
@JensMEichkorn10 жыл бұрын
You don't have dots on digital interfaces. Only on print media ;) dpi in Android stands for Density pixels per inch ;)
@JemiChan11019 жыл бұрын
Thanks :)
@ironman666g10 жыл бұрын
thx dude!
@spectre__et9 жыл бұрын
Thanks Man
@pujanshah46649 жыл бұрын
Thx alot bro
@iliasilisparrow11 жыл бұрын
Thanks
@MichaelMillerGR11 жыл бұрын
Make sure you name the files all lowercase or your R.java file will disappear!!!
@aloksonkershastri6818 жыл бұрын
thanks...a lot
@amitchen1011 жыл бұрын
thxx
@Alex75452159 жыл бұрын
ok
@skyz3ra9 жыл бұрын
why is it so hard to use an image in android ? in winforms you browse wherever you want and click on import and thats it. i had to fuckin search the entire web how to add an image for this... srsly. I just realised thanks to this video that you cant import images with random sizes ..