Learn to Code in Kotlin by Building an Android App
I'm super excited to get you started on your path to Android app development and a to-do list app is a great way to get started.
Watch Promo
Hi! My name is Nimish Narang and I'll be your instructor for this course. In this course we build build a fully functioning app from scratch. No experience is necessary - I will show you how to use the #1 platform for Android app development: Android Studio.
I will also teach you how to code from the very basics in Kotlin, the up and coming language that is exploding this year and is on the stretch to become even more popular than Java for Android programming.
The project of this course you will be able to use and add to your portfolio. You will gain the skillset to build many more Android apps.
Our to-do list app will be fully working and ready for us to use! Our product will be user-friendly, and this is a project you can put directly on your resume or build on to make even more apps. All source files will be included.
Enroll now to join the Mammoth Interactive community of online learners
Your Instructor
Nimish Narang is Mammoth Interactive's lead developer specializing in Python, iOS and Android. Primarily a coder, he also is an avid trader.
Since 2011, 800,000 students have joined Mammoth Interactive around the world. Our courses have been featured at Harvard and Mashable.
Mammoth Interactive's mission is to close the tech skills gap by providing affordable and accessible courses primarily targeting beginners. Our instructors make video tutorials that are practical and to the point. Learning at Mammoth Interactive will be the next step to improving your career and your life.
Mammoth Interactive has released 200 courses with expert advice from CEO John Bura. John has been programming since 1997 and teaching since 2002.
Course Curriculum
-
PreviewIntroduction to the Course (3:50)
-
StartDownloading and Installing Android Studio (7:16)
-
StartExploring Android Studio Interface (13:23)
-
StartUnderstanding File Hierarchy (12:44)
-
StartExploring Activity-Layout Relationship (20:00)
-
StartSetting Up an Emulator (7:25)
-
StartRunning App and Enabling User Interaction (7:08)
-
StartDebugging an App (6:36)
-
StartSummary of Android Studio (4:31)
-
StartSOURCE FILES: Intro_to_Android
-
PreviewIntroduction to Coding in Kotlin (6:36)
-
StartVariables in Kotlin (7:28)
-
StartBasic Operations (9:41)
-
StartNullable Variables (5:47)
-
StartIntroduction to Collections (7:51)
-
StartMutable Lists and Arrays (7:16)
-
StartIf Statements and Expressions (8:35)
-
Start07. When Statements and Expressions (3:53)
-
Start08. While Loops (7:10)
-
StartFor In Loops (5:18)
-
StartKotlin Functions (8:19)
-
StartFunctions with Parameters and Return Values (7:53)
-
StartClasses and Objects (17:00)
-
StartSubclassing and Superclassing (13:35)
-
StartSummary on Kotlin (5:05)
-
StartSOURCE FILES: Intro_to_Kotlin