Android Studio For Beginners Part 4
38:59
Android Studio For Beginners Part 3
56:15
Android Studio For Beginners Part 1
37:21
Android Studio For Beginners Part 2
39:07
AP Computer Science A - pixLab Setup
3:35
C# Programming - Arrays
23:21
8 жыл бұрын
C# Programming: Iterating with Loops
18:44
Web Design - Formatting Text Elements
53:58
Web Design - First Web Page Part 1
25:28
Scratch: Building a Maze
19:08
9 жыл бұрын
Scratch: Introduction to Scratch
15:50
Пікірлер
@Noureddinekiran01
@Noureddinekiran01 2 ай бұрын
thank you
@saifsaif-wf8ye
@saifsaif-wf8ye 3 ай бұрын
What is the largest value of x and y in drawing a rectangle in c#?
@bbttgs5431
@bbttgs5431 7 ай бұрын
thanks
@BabyBunny-Cottontail
@BabyBunny-Cottontail 9 ай бұрын
Just curious: was this a school assignment?
@Sree_kar
@Sree_kar Жыл бұрын
OHIO lol 🤣
@-LuongXuanLoc
@-LuongXuanLoc 2 жыл бұрын
Love you! You save my life
@AS-wi6hr
@AS-wi6hr 2 жыл бұрын
😵where is the rest? 😒 You did a very good job of explaining and walking through stuff! ... too bad you left it unfinished ☹
@aliragingfire9958
@aliragingfire9958 2 жыл бұрын
SHARE THE CODE PLEASE
@rahatbakum7852
@rahatbakum7852 2 жыл бұрын
Awesome tutorial!
@pjmclenon
@pjmclenon 2 жыл бұрын
hello my constructor has params point; nad what value do i enter whn i create the object? i get error cnnot convert to inti from point
@pjmclenon
@pjmclenon 2 жыл бұрын
hello is anyone there to help? Lisa
@JohnBartmannMusic
@JohnBartmannMusic 2 жыл бұрын
This was great, thanks. Exactly what I needed, just a light intro to what's possible with JS for front-end stuff
@NortonUnofficial
@NortonUnofficial 2 жыл бұрын
Really clear explanation, thank you.
@plummetplum
@plummetplum 3 жыл бұрын
How do I draw a diamond? Thx
@paulpaullames597
@paulpaullames597 3 жыл бұрын
this is so helpful
@james970027
@james970027 3 жыл бұрын
This was a really good and clear tutorial even in 2021, currently at university and this has helped me dramatically more than my current teachers style is doing.
@akshaymulik8675
@akshaymulik8675 3 жыл бұрын
Can this be done in the WPF application instead of Forms??
@asbalakrishna
@asbalakrishna 3 жыл бұрын
Great
@Mfbzai
@Mfbzai 3 жыл бұрын
Awesome
@davegodfrey49
@davegodfrey49 3 жыл бұрын
Best teaching video I have found on KZbin. Thanks Bill.
@codingwitheric6774
@codingwitheric6774 4 жыл бұрын
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GreatVideo { class Program { static void Main(string[] args) { string message = "great Video!"; bool videoWasAlsome = true; if (videoWasAlsome) { Console.WriteLine(message); } else { Console.WriteLine("This Video sucked"); } } } }
@brisaqueque6820
@brisaqueque6820 4 жыл бұрын
And where is the boolean ?
@kooltyme
@kooltyme 4 жыл бұрын
lmao imagine using schoology, good tutorial tho i can finally have a use for my mathematical algorithms which i can visualize now.
@jasonli1060
@jasonli1060 4 жыл бұрын
great! That was really helpful. The debugger seems very daunting at first glance, but you made it very simple to understand. Thank you!
@devildog8473
@devildog8473 4 жыл бұрын
Great tutorial. Very clear and easy to follow.
@C440-y9i
@C440-y9i 4 жыл бұрын
Thank you!
@caidenbond1988
@caidenbond1988 4 жыл бұрын
Nice video!
@sukherdene9021
@sukherdene9021 4 жыл бұрын
How to paint the house pls help??
@dbaraty
@dbaraty 4 жыл бұрын
I could not reach you by PM. I am not following your example at the bottom of the slide that shows up at just over the 7' mark. In the DeMorgan's Law example the && and || flips but you did not distribute the ! as far as I can tell. x >= 5 && x < 10 attempts to find the intersection of values greater than or equal to 5 up to 10, exclusive. The statement at the right ( !(x >= 5 || x < 10) is not logically equivalent, and is in fact always false, because all numbers are greater than or equal to 5 or less than 10. To distribute the negative, you can flip the signs of the inequalities, e.g. !(x < 5 || x >= 10). Alternately, you could write !(!(x >= 5) || !(x < 10)) which truly distributes the negative. In English, numbers are either within this range or not outside this range. I don't know if I explained this well, but I made the attempt. I like your video and want to share it with my students. Thanks!
@corbettknoff5123
@corbettknoff5123 4 жыл бұрын
Thank you! I was wondering about that too and you helped me!
@starryskies7002
@starryskies7002 Жыл бұрын
thanks, I had the same question!
@doranlu1374
@doranlu1374 4 жыл бұрын
Thx a lot,dude
@estebanisswimming
@estebanisswimming 4 жыл бұрын
Thanks. Very helpful!
@nzuzomal4545
@nzuzomal4545 4 жыл бұрын
Your android studio tutorials were really well done. please make more!
@LuminousLead
@LuminousLead 4 жыл бұрын
Speaker: "Mystery" Autocaptions: "Mr.E" XD
@shockyfrs
@shockyfrs 5 жыл бұрын
Hi, Im using Dr.Java, and it wont let me drag the images folder into the project. Do you know what could be causing this?
@flippy225mediayt
@flippy225mediayt 9 ай бұрын
I know this comment is over 4 years old but I had this same problem with IntelliJ, I had to copy and paste the images folder from the zip file in downloads and paste it into where the project itself is stored Struggled with that problem for a week before I realized drag and drop didn’t even import it for me 😭😭
@riship7404
@riship7404 7 ай бұрын
@@flippy225mediayt you have to extract the files
@jsingh6851
@jsingh6851 5 жыл бұрын
The way you teach is awsome !!!
@fredesch3158
@fredesch3158 5 жыл бұрын
Please, continue your tutorials of Android Studio, I beg you
@dryan8377
@dryan8377 5 жыл бұрын
I had to bury my pizza tonight because my dog refused to eat it. LOL.
@namdang540
@namdang540 5 жыл бұрын
We loved your Android Studios videos. Please make more of them!!!
@PhillMcrackensGhost
@PhillMcrackensGhost 5 жыл бұрын
Who are you and how did I get subscribed... Wait, never mind, it's got Java leaning, it's all good.
@Alphabet_-_
@Alphabet_-_ 5 жыл бұрын
</>
@Imthatguyx10
@Imthatguyx10 5 жыл бұрын
Thank you! Excellent tutorial
@jluna35
@jluna35 5 жыл бұрын
Can you change a string to an integer. To calculate the age or birthdate?
@billbutterfield582
@billbutterfield582 5 жыл бұрын
Like this: String aString = "123"; int covertedInt = Integer.parseInt(aString);
@VR6Boki
@VR6Boki 5 жыл бұрын
Nice tutorial, but drawing house was not easy. Roof made me biggest problems, there is not FillTriangle method, I was trying to figure out solution for 1+ hour. In the end I googled solution and made it with FillPolygon method. Making rest of house and little man was easy.
@sunshineee121
@sunshineee121 4 жыл бұрын
Can you give me your source code ? i really don' t understand sorry man pls...
@VR6Boki
@VR6Boki 4 жыл бұрын
@@sunshineee121 I can't help you, don't have it anymore, comment is 1+ year old. But it's not that hard, just give it a try. Good luck :)
@tamirerdene2115
@tamirerdene2115 4 жыл бұрын
@@VR6Boki Hey it's me again i almost there except The man's arm and leg. i don't understand this rotating thing :(
@kooltyme
@kooltyme 4 жыл бұрын
@@VR6Boki cool, what are you making now a days
@shayan2194
@shayan2194 3 жыл бұрын
@@sunshineee121 Did you do it?
@tjaartswanepoel298
@tjaartswanepoel298 5 жыл бұрын
kzbin.info/www/bejne/fmSsnZ2mo9eajrc
@technofeeliak
@technofeeliak 5 жыл бұрын
Yeah, I think it's pretty bad when drawing complicated shapes is overlooked. kzbin.info/www/bejne/n16phZewa9mWZ6M
@technofeeliak
@technofeeliak 5 жыл бұрын
Draw a line 8:50
@notengonickname
@notengonickname 5 жыл бұрын
Thanks, excelent tutorial... just what I needed
@carldenner4230
@carldenner4230 6 жыл бұрын
I really wish we could chat instead of using this public forum, so now I'm having trouble with this line if (currentMonth == inputMonth && currentDay < inputDay) { ageInYears--; } The compiler sends back this message, AgeCalculator.java:32: error: variable inputDay might not have been initialized if (currentMonth == inputMonth && currentDay < inputDay) { The i in input is marked as being wrong, so what did I do wrong?
@carldenner4230
@carldenner4230 6 жыл бұрын
I’ve done everything that you did, downloaded java and notepad++, went to compile the program and the first error was AgeCalculator.Java:1: package java.util does not exist Import Java.util.Scanner; ^ What did I do wrong?
@billbutterfield582
@billbutterfield582 6 жыл бұрын
Carl Denner Java is case sensitive. keywords such as import are all lowercase. Also, package names are all lowercase.
@neelugeorge4188
@neelugeorge4188 6 жыл бұрын
Hi Bill..thank you for your video I was finally able to import my remote github repository to eclipse.. but i see its not linked to any project.. Kindly advice
@billbutterfield582
@billbutterfield582 6 жыл бұрын
There are two ways to accomplish this task (1) share an existing project or (2) import a project from your repository. If you have a local project that you want to share in the repository, then right click the project in your package explorer and select the "Team" option. Then select share project. Finally select the repo you want to associate with your local project. If you have a repository on Github with files in it, then you want to use option 2. Open the Git view in eclipse by clicking Window > Show View > Other > Expand Git > Select Git Repositories. From there you can right click your repository and import an existing project.
@mayankukarde9288
@mayankukarde9288 6 жыл бұрын
when will resume take us to the starting point.As you said Resume will execute the remaining code after breakpoint. And at 11.14 you use resume for going to starting point.Please can you explain?
@billbutterfield582
@billbutterfield582 6 жыл бұрын
The breakpoint was placed on line 14 inside the while loop. As we stepped forward the program stepped into the calculate and getNestedResult methods. After the program is done executing those methods it returns execution back to the method that called it (the main method) and resumes execution. In other words line 14 will jump to the calculate method and complete the tasks in that method, then return back to the main method and progress to line 15 which jumps to the getNestedResult method completes those tasks and returns back to the method to continue execution.