Placeholder Image

Subtitles section Play video

  • What's up, guys?

  • Is first night and welcome toe.

  • I didn't journey Episode 12 12 And today is not gonna be exactly what you expected.

  • So in Episode 11 I said, I'm going to make a video of me going back and remaking my upgraded version of the Miracle pills at I'm not gonna do that and I have a good reason.

  • It's whenever I go back.

  • Thio remake that app.

  • Something about Brain just wants me to just keep on moving forward with my course.

  • It doesn't want me to go back and rebuild that at meaning instead of going back and rebuilding, although that'll help concrete those things into my brain.

  • If I do it 345 times, then I'll remember it easier.

  • But I just want to keep on trucking along with with the course and what I'm sitting now.

  • And that's every time I go back to do my idea of work.

  • I mean, that's that's what I do is keep on going.

  • I don't want to go back, and I don't know.

  • It's just something where I'm a lot more motivated to go back.

  • I'm a lot more motivated to keep on going along rather than going back in completing that.

  • If he only turn in for the idea of journey videos, then you won't know.

  • But if you watch some of my other videos, which is my last one, the one about the iPhone seven case, you'll see that I got a new phone and see iPhone seven because my other phone broke completely, busted this screen and just all messed up.

  • And I figured I was gonna get a new phone with the next year anyway, because within the next year, as we know, Apple releases a new iPhone once a year.

  • At least that's been their theme for the past, however many years it's normally around.

  • What when was this release?

  • Beginning of November or October?

  • Something.

  • And they do that every single year consistently.

  • So I'm gonna be getting the latest best phone I could get by by this time next year anyway, So might as well get it now.

  • And the only reason I'm saying that is because I'm going to be developing IOS APS and I want to run it on like its latest You know I wouldn't Run.

  • It limits the latest software on its latest hardware so I'm going to do that.

  • Also, I may get like a lower spec older phone because I want to have the ability to test my my APS on the simulator on the best one possible?

  • Well, maybe not the best one possible.

  • This is a 1 28 G.

  • There's 2 56 and supposedly there are performance differences.

  • I don't know.

  • I've seen some tests.

  • I don't know how conclusive they are, and this isn't the plus.

  • It is just a regular sized phone.

  • So I went toe have the latest hardware to testimony.

  • But I also want, like a lower scale model as well as a simulator in this so I can just kind of see full range.

  • I don't think I'll be making any iPad absence of right now or make it even compatible with the iPad.

  • I don't know yet.

  • I mean, I'm just focusing on one thing at a time, one thing at a time.

  • If I spread myself too thin, then I won't get anything done.

  • Rather, build one big tower than a bunch of you know.

  • It's like it's like specializing on one language, you know?

  • Do you want to get really good at Swift or just kind of know swift job a C plus plus each.

  • All that stuff I'd rather get really good, swift or really good att job.

  • Really good.

  • It c plus plus, whatever you want to do.

  • Just get really good at that before you move on to the next.

  • So the I'd ever work.

  • Uh, the unity course I'm taking mark prices unity.

  • Course I'm currently doing or I finished up the retro calculator.

  • I don't remember where I finished up in the last video what the update was.

  • But ever since miracle pills we went through scroll of you.

  • Well, that was with miracle pills.

  • We went there.

  • Segways and Segways are basically waves.

  • For when you open up your ex code and you create a single the application, you'll notice that you have won one screen turned out this way because it automatically goes like that.

  • But you have one screen and you know one of you control you'll have one view.

  • Controller and Segways are basically Segways from one of you, control of the main one to another.

  • So you add interview controller and it kind of shows you the Segways and also we learn that if you hit one button from one view to another view, so say you had a by now button effect of the miracle pills that you have by now, and it takes you to like the success screen or it takes you to like where you put in your credit card information or something.

  • You want that?

  • Basically, you have a stack of you, so this is your main, and then the next one will stack on top.

  • If you hit back and you don't do this properly, then this one will also stuck on top again.

  • So instead of just having to you have three.

  • And then if you go back again and you have 45678 instead, what you want to do is make the Segway right.

  • So when you hit back, this literally goes back on top.

  • And now you only have to.

  • I know this isn't the best comparison.

  • Before you had two and then when you hit back, you had three and you do something else.

  • He had 456 and it just stacked on top of each other.

  • You kind of wanted to refresh, essentially.

  • So you want your main want to always be There will always be there, but you want.

  • If you hit back for it to actually go back and not just stack another one on top, I don't know if I'm really clear.

  • I'll tryto try to clear it up with some pictures or something.

  • Retro calculator.

  • So, basically, this is what the retro calculator looks like, as you can see just as Richard number structure of buttons and also has retro sounds where whenever you hit the button, it makes a sound.

  • I think I said this in the last I'd ever that.

  • Of course, that's inconvenient in annoying to hear that sound every time you hit a button.

  • But it's just we're just learning with it.

  • And after that.

  • So he did playing audio files, custom fonts and in lecture 56.

  • Yeah, lecture 56.

  • I was 10.

  • Apurate, your calculator, math and logic.

  • This is when we really implement the calculator.

  • See, right now, I say right now with winner talking when you hit the buttons, nothing's really happening.

  • Maybe you're displaying something on the screen if you got that far, but we need to actually, if we want to We want to do eight divided by two.

  • We want the outcome to be four, and this really isn't that hard.

  • We've already gone over.

  • Our operators are operating just like you know, Pin does.

  • Basically you don't parentheses, but we have or exponents of cheese.

  • So dos, multiply, divide, add subtract.

  • That's what we have in equals.

  • So equals just finalizes everything after you to have everything in, of course, and we just figure out a way to implement all of those.

  • So it makes sense.

  • You can't go in and do the math for you can't go in and say one times two equals to one times 3 12 times 24 equals yada yada.

  • You can't do that.

  • So you basically d'oh x times y equals x times.

  • Why so luckily, someone are equal Z whatever it is.

  • Luckily, someone Apple created to the swift language and it does all that back your stuff for So we in our code, we just implement a plus and minus, and we attach it to that exact button.

  • Whenever it's pressed, the code just multiplies it or whatever.

  • You know, operation you need to dio and then it allows us to not have to worry about all that stuff.

  • It does it for us.

  • I mean, it's very simple.

  • When you look get the big picture.

  • Imagine if you would have to go in there and actually do all the math.

  • We just have to kind of right a little bit of code to make it work.

  • And then after that, in the lecture 75 it's exercise enhancing the calculator.

  • So basically what we're doing is enhancing the calculator.

  • We're implementing a launch screen, which, if you've ever opened a nap and you see like a quick, you know, screen, maybe just like one color with the company's logo.

  • You see that for just a second in the next load, the actual application that is a launch screen.

  • So this exercise implements with the graphics that are given to us from Mark, just a quick little onscreen that's compatible in all sizes.

  • I believe even the iPad.

  • So the smallest iPhone up to an iPad, the long screen and our constraints all right, so it fits on everything.

  • We also have the ability to clear well, we have to implement the ability to clear right now with the app we aren't able to clear.

  • Once we do the exercise, Ray will be implemented clear buttons.

  • So we're able to clear out what we had just done.

  • And don't remember if I mentioned this earlier in the video.

  • But this is just an update.

  • Video.

  • We're not gonna actually do the exercise that were just talking about.

  • I'm just gonna update you where I am and I'll show you guys a little bit of where I am and and what not?

  • But we're not actually going to sit down to do the extra set together unless you tell me you want to.

  • So that's another reason why I didn't want to go back into the other application again because I didn't know if anyone actually want to see that no one, No one let me know.

  • So if you want to see anything from now one if you want me to show you guys my process of building at from scratch to the finished product or from doing every single exercise.

  • If you want to see me doing exercise or do the exercise together, let me know and let me know in the comments below, or just head it with a thumbs up.

  • If you hit it with the thumbs up, then that will be your indication to me that you want to see what we're just discussing and finishing up.

  • This update is where we come to size classes in IOS 10 An extra eight.

  • I still have a little bit to go on this.

  • I still need re familiarize myself with it.

  • I'll go over it at the beginning of next video next idol journey so I'll be out of journey ever so 13 and then the exercise auto, Lay it all the layout is next.

  • If I see that you guys want me to do the auto Layla exercise just like a real quick maybe a sped up screen capture with me talking over it or something like that, not sitting here for 10 2050 minutes.

  • I don't know how long it'll take, but not me sitting there for that long.

  • Just kind of me doing it like I always do.

  • Just recording invoicing over for you guys.

  • Let me know like I said before, and I want it in the update right here is because next next week we're going to go into the next app, which is?

  • I was 10 at Party Rock Mansion intro.

  • I don't know.

  • I don't know what what it's about.

  • I haven't gone into it.

  • That's a lecture 66 0 sexual lecture 60.

  • And with that being said, if you haven't already guessed or figured it out I know in another video I said, How long does it take or will it take for me to complete this course is gonna be a whole lot longer than I anticipated.

  • I wanted to finish it by the end of this year, but at least buy, you know, the first week or two in January.

  • But I don't think I'll be done until I don't know January to February area, which I'm okay with.

  • I'd rather do it right the first time.

  • That kind of try to speed through it and then have to reference this more than I would if I didn't, you know, if I would have just kind of slowed it down, worked on the app by myself, like I did with that other app that from last video and I may may even tweet the retro calculators.

  • Well, if I didn't slow myself down and I just want to speed right through it.

  • I wouldn't be learning as much.

  • So I'm not really not really on a time constraint.

  • I have goals for where I want to be.

  • But that's Ah, that's just to help me organize everything.

  • So, like I said, I want to have some APs built by the end of next year.

  • And, of course, if I finish this by even by the end of February, March, even April, I don't expect to go that long.

  • But who knows?

  • I know I'll be ableto don't at least one at by the end of the year and I want to have a multiple.

  • But, you know, so that would be at the end of 2017 2018 is when I want to start freelancing.

  • I've talked about all this.

  • I'm just gonna be charging along, You know, I'm just going to keep keep it going as much as I can learn as much as I can.

  • I'm still trying Thio, still trying to figure out my my schedule.

  • I kind of had a set schedule, but it's kind of taken a turn where it's not as good as it used to be.

  • So you know, I work 8 to 5, and then my my normal schedule is I work into five.

  • I come home and until 6 to 6 30 I will eat and just kind of wind down sometimes, which hasn't been too recently, my girlfriend could attest.

  • I would like to, you know, push that back to seven because I want to get to the gym.

  • But recently I have been pushing that back to seven because I have to go to the gym.

  • But I may just start going to the gym after work, coming home, eating, being done with all that by seven, hopefully some 15 at the latest and then getting to work.

  • The thing is, once I'm home, I have my homework to do.

  • Have four classes.

  • Right now I have my homework to d'oh, which, you know, maybe I want to set aside two hours for that.

  • Well, if I don't get done by until seven with the other stuff, then I have to go until 9 to 9 30 A lot of times it runs over.

  • And then from 99 30 I want to do an hour and 1/2 2 hours.

  • Whatever maybe I'd have work, You know, I said 2.5 hours, but that's a little much.

  • So I'd like to do two hours of I'd ever work.

  • So from nine or 9 30 until 11 or 11 30 it's just a lot to squeeze in there.

  • So it's not going exactly as planned, but it's coming along.

  • I mean, you know what?

  • What more can I ask for?

  • So that's it for Episode 12.

  • I'm going to keep you guys updated a little better.

  • Well, this Friday.

  • So Thursday's Thanksgiving Happy Thanksgiving to everyone in the U.

  • S.

  • Who is celebrating Thanksgiving on Thursday and that Friday I'm heading down with my girlfriend and her family to her grandpas Christmas tree farm in North Carolina, so I don't know how that's gonna be.

  • I don't know if I'll be able to I know, I know.

  • Uh, Mark created an app.

  • I don't know if the you know me will work, I may be able to have as long as I download all the assets before going on the car right down there, may be ableto watch the videos on my phone because the lt and whatnot.

  • Although use data just kind of a lot to nine hour drive.

  • And then I get code on my computer.

  • I don't need WiFi to run X Code and to do everything as long as I have everything downloaded all the assets and whatnot, so I may do some kind of work on the drive down there.

  • I don't know.

  • I got a play with how it works out.

  • And then I don't think I'll be back until, like Sunday.

  • Sunday night.

  • I don't I don't know the exact plane.

What's up, guys?

Subtitles and vocabulary

Click the word to look it up Click the word to find further inforamtion about it