From the course: Programming for Non-Programmers: Android & Kotlin

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

From building blocks to building apps

From building blocks to building apps

From the course: Programming for Non-Programmers: Android & Kotlin

Start my 1-month free trial

From building blocks to building apps

- At this point, you may be wondering, "How do I go from learning all of these programming "concepts to actually building my own application?" So let's talk about that. One of the first things that you're going to do when you want to develop an application is assess your skills. What do you know? What can you do? In this course, we've looked at variables and properties, methods, conditionals, arrays and for loops and when statements. Believe it or not, this is just about everything as a foundation of programming. As you learn more about programming, you're going to see these concepts repeated everywhere. Just about everything else is going to be some kind of application of these different principles. So, how do you use those skills to build an app? For most developers, this is a difficult question. I wondered it and every developer that I've talked to, has said that they had the same problem. They wonder, "How do you take these ideas "and turn it into an application?" To do that, I…

Contents