The Complete Android + Kotlin Developer Course™
- Description
- Curriculum
- FAQ
- Reviews
The main goal of this course is to teach you how to build amazing Android apps using its rising programming language, Kotlin.
My name is Morteza Kordi, senior mobile app developer and Udemy instructor with over 60,000 satisfied students, and I’ve designed The Complete Android + Kotlin Developer Course with one thing in mind: you should learn by practicing your skills and building apps.
I’ll personally be answering any questions you might have and I’ll be happy to provide links, resources and any help I can offer to help you master Kotlin programming and Android app development using Kotlin.
In this course, you will discover the power of Android app development, and obtain the skills to dramatically increase your career prospects as a mobile app developer.
So… Why This Course?!
-
Learn to code like the pros – not just copy and paste
-
Learn the latest Android APIs and services – we don’t teach old junk
-
Build apps – a lot of them
-
No Experience is needed
-
Lifetime support
Don’t wait and join us now by clicking the BUY NOW button!
Image Copyrights (if applicable): Adarsh Verma, fossbytes(dot)com
-
7Section Goals!Video lesson
-
8What is JDK? Why JDK?Video lesson
-
9Let's Download and Install the Java Development KitVideo lesson
-
10What is Android Studio? Why Android Studio?Video lesson
-
11Let's Download and Install Android Studio for Mac, Windows and Linux!Video lesson
-
12Android Studio 3.6 Newest Version!Video lesson
-
13Update Android Studio to the latest version!Video lesson
-
14Downloading Android SDK PackagesVideo lesson
-
15Configure Android StudioVideo lesson
-
16Android Basic Activity Template SetupVideo lesson
-
17Downloading and Installing IntellijIDEAVideo lesson
-
18Creating our first Kotlin ProjectVideo lesson
-
19End of Section!Video lesson
-
20Create your first Android Project in Android Studio 4.0Video lesson
-
21Hello and Hi World App! - Part 1 - Introduction to Android Studio 3Video lesson
-
22Hello and Hi World App! - Part 2 - LinearLayout and LayoutWeightVideo lesson
-
23Test your app on Android Virtual Device and learn to test it on your real deviceVideo lesson
-
24Test your Android App on a real Android DeviceVideo lesson
-
25Download and Install Genymotion and Virtual BoxVideo lesson
-
26Run your app on Genymotion Virtual DeviceVideo lesson
-
27Bug Fixes!Video lesson
-
28Android Studio 3.3 RelativeLayout Update 2019Video lesson
-
29Printing ValuesVideo lesson
In this tutorial, students learn how to output values to the console by using the "print()" statement.
-
30Printing Values Challenge!Video lesson
-
31What is a Variable? How to implement it?Video lesson
A variable is a place holder for data. We use variables use in order to store our data and access them later.
-
32Implementing Variables Challenge!Video lesson
-
33Data types are inferred!Video lesson
Data types in kotlin are inferred by the compiler. This means you that don't have to worry about the data types of the variables you create. Thank you Compiler!
-
34Inferred Datatypes Challenge!Video lesson
-
35What is a Constant?Video lesson
A constant is a variable but its value can not be updated later in the code. In this tutorial what is exactly a constant and how to implement it.
-
36Constants Challenge!Video lesson
-
37OptionalsVideo lesson
Optionals play an important role in kotlin programming language because it allows variables to have null(meaningless or invalid) values.
-
38Optionals ChallengeVideo lesson
-
39Concatenating StringVideo lesson
By using the "+" operator we can concatenate values.
-
40Concatenating String ChallengeVideo lesson
-
41Get Input from the UserVideo lesson
Let's allow the user to interact with our console applications by using the "readLine()" statement.
-
42Get Input from the User ChallengeVideo lesson
-
43Null SafetyVideo lesson
Kotlin's type system is aimed at eliminating the danger of null references from code.
-
44Null Safety ChallengeVideo lesson
-
45Converting Data TypesVideo lesson
how to convert data types to other data types in programming
-
46Basic Math Operations in ProgrammingVideo lesson
In this tutorial, students learn the basic math operations in kotlin.
-
47Operation Precedence in ProgrammingVideo lesson
In this tutorial operations Precedence in programming is explained completely.
-
48Primitive Data typesVideo lesson
At the end of this lecture, students will have mastered primitive data types in programming.
-
49Incrementing and DecrementingVideo lesson
At the end of this lecture, students will have mastered the "Increment" and "Decrement" operators in programming.
-
50Register the User App!Video lesson
At the end of this lecture, students will have created a new app called "RegisterTheUserApp" by using the technologies we have learned so far.
-
51How to DebugVideo lesson
At the end of this lecture, students will have mastered the debugging capabilities of the Modern IDEs.
-
52If StatementsVideo lesson
At the end of this lecture, students will have mastered if statements in programming.
-
53If Else StatementsVideo lesson
At the end of this lecture, students will have mastered IF Else statements in programming.
-
54If Else If StatementsVideo lesson
At the end of this lecture, students will have mastered If Else If statements in Programming.
-
55Nested If StatementsVideo lesson
At the end of this lecture, students will have mastered the Nested If statements in Programming.
-
56When StatementsVideo lesson
At the end of this lecture, students will have mastered "When" statements in Kotlin.
-
57Assigning StatementsVideo lesson
At the end of this lecture, students will have mastered Assigning If and When Statements in Kotlin.
-
58Assigning When ExpressionVideo lesson
At the end of this lecture, students will have mastered Assigning When Expressions in Kotlin.
-
59For LoopsVideo lesson
At the end of this lecture, students will have mastered For Loops in Programming.
-
60Nested For Loops!Video lesson
At the end of this lecture, students will have mastered Nested For Loops in Programming.
-
61While LoopsVideo lesson
At the end of this lecture, students will have mastered While Loops in Programming.
-
62Do While LoopsVideo lesson
At the end of this lecture, students will have mastered Do While Loops in Programming.
-
63Break and Continue StatementsVideo lesson
At the end of this lecture, students will have mastered Break and Continue Statements.
-
64Strings in ProgrammingVideo lesson
At the end of this lecture, students will have mastered Strings in Programming.
-
65Arrays in Programming - Part 1Video lesson
At the end of this lecture, students will have mastered Arrays in Programming.
-
66Arrays in Programming - Part 2Video lesson
At the end of this lecture, students will have mastered Arrays in Programming.
-
67ArrayListVideo lesson
At the end of this lecture, students will have mastered ArayList in Programming.
-
68HashMapVideo lesson
At the end of this lecture, students will have mastered HashMaps in Programming.
-
69ArrayOf FunctionVideo lesson
At the end of this lecture, students will have mastered the "ArrayOf" function in Kotlin.
-
70HashmapOf FunctionVideo lesson
At the end of this lecture, students will have mastered the "HashMapOf" function in Programming.
-
71Set CollectionVideo lesson
At the end of this lecture, students will have mastered "Set" Collection in Programming.
-
72Functions in ProgrammingVideo lesson
At the end of this lecture, students will have mastered Functions in Programming.
-
73Functions that return valuesVideo lesson
At the end of this lecture, students will have mastered creating the Functions that return values.
-
74More about functions in KotlinVideo lesson
At the end of this lecture, students will have mastered all about functions in kotlin.
-
75Function OverloadingVideo lesson
At the end of this lecture, students will have mastered Function Overloading in Programming.
-
76Introduction to PolymorphismVideo lesson
At the end of this lecture, students will have mastered Polymorphism in Programming.
-
77Global and Local VariablesVideo lesson
At the end of this lecture, students will have mastered Global and Local variables in Programming.

External Links May Contain Affiliate Links read more