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.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 11 years, Mammoth Interactive has built a global student community with 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
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)
-
StartSubclassing and Superclassing (13:35)
-
StartKotlin Functions (8:19)
-
StartFunctions with Parameters and Return Values (7:53)
-
StartClasses and Objects (17:00)
-
StartSummary on Kotlin (5:05)
-
StartSOURCE FILES: Intro_to_Kotlin