Kotlin Full Course for Beginners [FREE] | Android Kotlin Tutorial | Learn Kotlin in 6 Hours

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 มิ.ย. 2024
  • Kotlin Full Course for Beginners [FREE] | Android Kotlin Tutorial | Learn Kotlin in 6 Hours
    00:00:00 - Course Overview
    00:01:05 - Introduction
    00:14:35 - Setting up Kotlin on Andriod Studio
    00:21:40 - Classes in Kotlin
    00:25:27 - First Program in Kotlin (Hello World!)
    00:28:49 - Variable & Data Types
    00:33:12 - Val & Var
    00:38:03 - Methods in Kotlin
    00:45:07 - Conditional Statements
    00:52:39 - For and For Each Loop
    00:59:38 - While and Do While
    01:04:01 - Triple,Pair
    01:12:06 - Creating Objects from Classes
    01:24:30 - Constructors
    01:41:11 - Custom Constructors
    01:59:27 - Companion Object
    02:17:48 - Inheritance
    02:42:20 - Super and This Keywords
    03:07:57 - Interface
    03:29:13 - Abstraction
    03:47:43 - Enum
    04:00:45 - Generics
    04:20:15 - Lambdas
    04:37:25 - Higher-Order Functions
    04:54:12 - Delegation
    05:09:40 - Scope Functions
    05:40:40 - Collections
    05:51:15 - Lists
    06:11:38 - Nullability
    06:21:37 - Learning the Basic Syntax
    💎 Get Access to Premium Videos and Live Streams: / @wscubetech
    WsCube Tech is a leading Web, Mobile App & Digital Marketing company, and institute in India.
    We help businesses of all sizes to build their online presence, grow their business, and reach new heights.
    👉For Digital Marketing services (Brand Building, SEO, SMO, PPC, SEM, Content Writing), Web Development and App Development solutions, visit our website: www.wscubetech.com/
    👉Want to learn new skills and improve existing ones with in-depth and practical sessions? Enroll in our advanced online courses now and make yourself job-ready: courses.wscubetech.com/s/store
    All the courses are job-oriented, up-to-date with the latest algorithms and modules, fully practical, and provide you hands-on projects.
    👉 Want to learn and acquire skills in English? Visit WsCube Tech English channel: bit.ly/2M3oYOs
    📞 For more info about the courses, call us: +91-7878985501, +91-9269698122
    Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:
    ► Subscribe: bit.ly/wscubechannel
    ► Facebook: / wscubetech.india
    ► Twitter: / wscubetechindia
    ► Instagram: / wscubetechindia
    ► LinkedIn : / wscubetechindia
    ► TH-cam: / wscubetechjodhpur
    ► Website: wscubetech.com
    -------------------------------------| Thanks |--------------------------
    #kotlin #kotlintutorial #kotlinandroid

ความคิดเห็น • 135

  • @wscubetech
    @wscubetech  ปีที่แล้ว +17

    😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.
    👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course
    👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/TH-cam-WsCubeTech

  • @anshuljoshi6358
    @anshuljoshi6358 ปีที่แล้ว +71

    Mai aaj subha ya dhund rha tha or aaj ya upload ho gya 😀😀 most happy person for this

    • @rautish6534
      @rautish6534 ปีที่แล้ว

      Same

    • @TechnicalAkshay
      @TechnicalAkshay 3 หลายเดือนก่อน +1

      kaisa he ye course?

    • @csstudent-W8
      @csstudent-W8 2 หลายเดือนก่อน

      @@TechnicalAkshay android ke resorces mila kya koi ???

    • @TechnicalAkshay
      @TechnicalAkshay 2 หลายเดือนก่อน +1

      @@csstudent-W8 android basics codelab course se seekh raha hu abhi to

    • @csstudent-W8
      @csstudent-W8 2 หลายเดือนก่อน

      @@TechnicalAkshay kidhr available hai ye hai ?

  • @Amitthakkarofficial
    @Amitthakkarofficial ปีที่แล้ว +21

    This guy is a genius , he knows so many things hence he is able to explain with examples, using tectonic plates example and so on. Great work and heartiest thanks to you.

  • @matkarharsh881
    @matkarharsh881 หลายเดือนก่อน +7

    00:03 Introduction to Kotlin for Android Development
    01:56 Introduction to Kotlin and its usage in Android development.
    05:24 Kotlin became an official language for Android app development in 2017
    07:13 Kotlin allows writing less code with simplified syntax and interoperability.
    10:41 Kotlin variables are non-null by default
    12:25 Transitioning to Kotlin for Android development
    15:46 Setting up the latest Android IDE
    17:25 Enabling Kotlin in an Android project
    20:18 Modifying files and configuring plugins in Android Studio
    21:58 Kotlin has similar features to Java with different syntax
    25:08 Understanding class extension and interface implementation in Kotlin
    26:47 Understanding method notation and parameters
    30:06 Understanding data types and variables in Kotlin
    31:37 Learning variable declaration and usage in Kotlin
    34:56 Understanding Kotlin variable assignments and data types
    36:35 Difference between var and val in Kotlin
    39:35 Discussing access modifiers in Kotlin
    41:06 Declaring methods and return types in Kotlin
    44:38 Introduction to conditional statements in Kotlin.
    46:43 Understanding if-else statements and variable creation in Kotlin
    51:10 Understanding conditional statements in Kotlin
    52:47 Syntax of for loop in Kotlin
    56:14 Understanding increment and decrement in Kotlin
    57:46 Understanding the increments and loop syntax in Kotlin
    1:01:35 Learn about loops and conditions in Kotlin
    1:03:28 Understanding execution and syntax in Kotlin
    1:07:21 Printing values and using lambda expressions
    1:08:58 Storing and retrieving data in Kotlin
    1:13:31 Understanding classes and objects in Kotlin
    1:15:04 Understanding the role of objects and classes in Kotlin.
    1:18:13 Creating and using classes and objects in Kotlin
    1:20:04 Understanding object creation and variable assignment in Kotlin
    1:23:56 Understanding constructors in Kotlin
    1:25:28 Understanding constructors in Kotlin
    1:28:20 Understanding Kotlin constructors and their types
    1:29:45 Understanding primary and custom constructors in Kotlin
    1:32:47 Understanding constructors in Kotlin
    1:34:13 Creating a custom constructor with parameters in Kotlin
    1:37:41 Explanation of object creation and access in Kotlin
    1:39:29 Understanding Kotlin constructors
    1:43:03 Customizing parameters in constructor for different values
    1:44:26 Understanding custom constructors in Kotlin
    1:47:40 Understanding primary and secondary constructors in Kotlin
    1:49:13 Understanding primary constructor and its customization
    1:53:36 Understanding object creation and constructor in Kotlin
    1:55:04 Custom constructors using default values in Kotlin
    1:59:38 Understanding the concept of static in programming
    2:01:20 Dynamic means something that can change at run time
    2:04:30 Understanding the concept of static and memory allocation in Kotlin.
    2:05:58 Creating and accessing objects in Kotlin
    2:09:03 Creating functions and classes in Kotlin
    2:11:56 Variables and members can be declared anywhere inside the class
    2:15:58 Understanding the importance and access of class members in Kotlin.
    2:17:39 Inheritance plays an important role in OOPs concepts
    2:20:50 Creating and defining a human being with Kotlin code
    2:22:24 Inheritance allows classes to inherit functionality from each other.
    2:25:34 Understanding inheritance in object-oriented programming.
    2:27:17 Understanding inheritance and classes in Kotlin
    2:30:56 Understanding class declaration and object creation in Kotlin
    2:32:50 Understanding class inheritance and method overriding
    2:36:18 Understanding overriding and super keyword.
    2:37:58 Understanding method overriding and run-time polymorphism
    2:42:42 Understanding the 'this' keyword in Kotlin.
    2:44:19 Understanding inheritance and superclass in Kotlin
    2:47:56 Understanding class, object, and function in Kotlin
    2:51:02 Understanding 'this' and 'super' keywords in Kotlin
    2:58:26 Understanding initialization and return types in Kotlin functions.
    3:00:22 Explanation of returning values and printing
    3:05:56 Inheritance and object creation in Kotlin
    3:07:48 Understanding interfaces and their implementation.
    5:03:34 Learn Kotlin in 3 hours
    Crafted by Merlin AI.

  • @karthikdani
    @karthikdani ปีที่แล้ว +9

    Thank you soo much! I cannot thank enough especially to sir who taught the course. Wish I knew his name. I did not miss a single minute, more advanced courses on Android Development is all I can expect.

  • @abhisheksinghal4470
    @abhisheksinghal4470 ปีที่แล้ว +5

    Thanks, Man !! I Appreciate your effort toward the Android community. Please provide android development videos with Kotlin. You really doing a good job. Cheers !!

  • @debasishmohanta6458
    @debasishmohanta6458 ปีที่แล้ว +8

    You deserve 1 Billion likes and Subscribers.. hat's off to your efforts.. ♥️

  • @rishijha9621
    @rishijha9621 ปีที่แล้ว +3

    Thans for such detailed video, Very well explained, very easy even for beginners

  • @themilkywaygaming7453
    @themilkywaygaming7453 9 หลายเดือนก่อน +1

    I appreciate you sir for making such a detailed and easily explained video . Thank you so much

  • @babulkumar7795
    @babulkumar7795 ปีที่แล้ว +5

    Thank you so much sir.......to give us awesome knowledge.......

  • @farrukhvloggingworld4371
    @farrukhvloggingworld4371 ปีที่แล้ว +1

    Thanks sir i am still searching for this course LoveFromPakistan ♥️

  • @binondi
    @binondi 9 หลายเดือนก่อน +1

    You are teaching the course actually what i want❤️

  • @knowledge4win382
    @knowledge4win382 5 หลายเดือนก่อน +1

    Thank so much sir, I watch full Course, this is very very helpful for me and others .

  • @TikkarMarathi
    @TikkarMarathi ปีที่แล้ว +15

    Thanks

    • @_sudhanshuuu
      @_sudhanshuuu 4 วันที่ผ่านมา

      Is jyda ti mujhe need hai

    • @_sudhanshuuu
      @_sudhanshuuu 4 วันที่ผ่านมา

      100 💵

  • @AbuSaeeTech
    @AbuSaeeTech 9 หลายเดือนก่อน

    Thanks so much awesome explaination of kotlin with example

  • @Mr.Chauhan1997
    @Mr.Chauhan1997 ปีที่แล้ว +2

    world best youtube channel for learning

  • @EducarePakInd
    @EducarePakInd ปีที่แล้ว +4

    very informative video thanks for sharing this keep it up and stay connected

  • @yasirrajper2803
    @yasirrajper2803 ปีที่แล้ว +1

    Thank you for this amazing tutorial, plz upload another advance android course

  • @dishayadav9908
    @dishayadav9908 ปีที่แล้ว +2

    Thank you sirr...so explain...in so details...

  • @babulkumar7795
    @babulkumar7795 ปีที่แล้ว +2

    Sir me dil se thanks kahata hoon.....

  • @amirhafizkhan9304
    @amirhafizkhan9304 3 หลายเดือนก่อน

    I wanted to say you Thank you for your best and easy explanation much appreciated 🥰❤

  • @nonakchakma4109
    @nonakchakma4109 2 หลายเดือนก่อน

    your video provide me huge help. Thanks

  • @souravd2661
    @souravd2661 2 หลายเดือนก่อน

    sounds like 50% PHP in nature... thanks for making such kind of helpfull & proper tutorial..

  • @devabdul
    @devabdul ปีที่แล้ว +2

    I love the previous android app development course.
    Thank you so much for most useful course.

    • @dklodhi523
      @dklodhi523 ปีที่แล้ว

      Nowiks

    • @Afi-TechWorld
      @Afi-TechWorld 2 หลายเดือนก่อน

      plz link share kre app course ka

  • @EnaScienceshorts
    @EnaScienceshorts 9 หลายเดือนก่อน +7

    Aapka Android app wala video mast hai 41 hours ka ❤❤❤

  • @English-vocabu..
    @English-vocabu.. ปีที่แล้ว +2

    Awesome ❤️🙏🙏

  • @D-Coder440
    @D-Coder440 7 หลายเดือนก่อน

    Thank you so sir finally I completed 😊❤

  • @mohsinrasheed7645
    @mohsinrasheed7645 ปีที่แล้ว +1

    Amazing Tutorial

  • @surajfabricator
    @surajfabricator ปีที่แล้ว +2

    Of course always ready with wscube tech 🙏

  • @bhawnarajput4705
    @bhawnarajput4705 11 หลายเดือนก่อน

    Thank you so much❣️

  • @yashraghuvanshi6449
    @yashraghuvanshi6449 9 หลายเดือนก่อน +1

    Thankyou so much ❤️

  • @saqib_usr
    @saqib_usr 3 หลายเดือนก่อน +1

    i am satisfied from this chennel

  • @AmanKumar-ec6bz
    @AmanKumar-ec6bz ปีที่แล้ว +1

    Thanks for this course love u sir

  • @chandansuthar6447
    @chandansuthar6447 ปีที่แล้ว +7

    Great kotlin course ever.
    Waiting for the advanced android course (kotlin).😎

  • @PranabPranab-fb2yi
    @PranabPranab-fb2yi 10 หลายเดือนก่อน

    Super video sir........we are happy

  • @manishasavaliya1635
    @manishasavaliya1635 ปีที่แล้ว +1

    Thank you so much

  • @Anonymous-cb6by
    @Anonymous-cb6by 11 หลายเดือนก่อน +2

    When Array literal syntax in kotlin will come?
    var array = arrayOf(1,2,3,4,5) // old syntax
    var array = [1,2,3,4,5] // new syntax

  • @dhruvsharma5786
    @dhruvsharma5786 5 หลายเดือนก่อน +1

    Thank you Bhaiya☺🙏

  • @kj5215
    @kj5215 6 หลายเดือนก่อน +3

    23:52 Kotlin classes are final by default and cannot be inherited
    25:01 Kotiln automatically understands whether to extend or implement, no need to write it explicitly

  • @ZILLEHASNAIN-ep7zj
    @ZILLEHASNAIN-ep7zj 9 หลายเดือนก่อน

    Thank you So much Sir 🥰🥰

  • @AmanKumar-ec6bz
    @AmanKumar-ec6bz ปีที่แล้ว +2

    06:27:00 overall complete thanku WsCube Tech

  • @D-Coder440
    @D-Coder440 7 หลายเดือนก่อน

    Let's begin this course from today 🔥

  • @aasmuhammad6690
    @aasmuhammad6690 3 หลายเดือนก่อน +1

    THANKS YOU SIR

  • @KangKangs
    @KangKangs ปีที่แล้ว +1

    Thanks brother

  • @PremisLiveYT
    @PremisLiveYT ปีที่แล้ว +1

    Thank you sir ❤️🔥

  • @skgeducation7483
    @skgeducation7483 5 หลายเดือนก่อน +1

    thank you

  • @shakeelnawaz4776
    @shakeelnawaz4776 7 หลายเดือนก่อน

    Great content and teaching method as always. Thanks. On lighter note, Multiple inheritance not possible, simple example, aik he child k 2 baap ni ho skty

  • @FerozAbba
    @FerozAbba ปีที่แล้ว +2

    best information

  • @mohsinrasheed7645
    @mohsinrasheed7645 ปีที่แล้ว +1

    Thank Your Sir

  • @gamingmania9234
    @gamingmania9234 4 หลายเดือนก่อน

    Thank you sir❤❤❤

  • @technicalsarwan2848
    @technicalsarwan2848 8 หลายเดือนก่อน +2

    thank you sir

  • @shaileshhacker
    @shaileshhacker 10 หลายเดือนก่อน

    Thank You

  • @svvoice8318
    @svvoice8318 ปีที่แล้ว +2

    Sir please provide their notes 🙏..... Very helpful this..

  • @mdaslamknl
    @mdaslamknl ปีที่แล้ว +2

    Excellent
    bus thodi se speed slow hosakti
    Thanks

  • @only4umurree
    @only4umurree 8 หลายเดือนก่อน

    Love you sir

  • @apunichjohncena4533
    @apunichjohncena4533 ปีที่แล้ว +2

    दिल मांगे MORE, Advanced Android Development..
    ✊😍❤️💯👌🎉🤩🤗😱🥰

  • @dvilhacker2084
    @dvilhacker2084 ปีที่แล้ว +2

    Thnx sir❤

  • @Mastifunnykids18
    @Mastifunnykids18 2 ชั่วโมงที่ผ่านมา

    Well defined

  • @karenantao
    @karenantao ปีที่แล้ว +2

    Awesome course ❤️👍

  • @AJAYSAINI-sk9rp
    @AJAYSAINI-sk9rp 9 หลายเดือนก่อน

    Thank Sir

  • @mohammadayan9648
    @mohammadayan9648 ปีที่แล้ว +2

    Sir programming mai logic kaise improve kare is par videos banaiye aur sir programming mai kafi saare doubts aata hai toh kya kare kha solve honge with explanation.

  • @surendramaran
    @surendramaran ปีที่แล้ว +1

    You look better than the person who is in thumbnail.

  • @UNFORSEEN_DANISH
    @UNFORSEEN_DANISH ปีที่แล้ว +5

    thanks for This course apki ki vajah se mene apna pehla app banaya or doubt solve huve "love you WsCubeTech"
    ❤‍🩹

  • @morshedraiankhan6968
    @morshedraiankhan6968 ปีที่แล้ว +1

    Please make a full video of kotlin multiplatform android development

  • @Vipintiwari___
    @Vipintiwari___ 11 หลายเดือนก่อน +2

    Thank you so much for this amazing course, i will give you 5 starts out of 5,😇😇😇😇
    Please create a full and new android development course in Kotlin....🙏🙏🙏🙏🙏🙏
    Please consider it ...

  • @deepikadeepu1310
    @deepikadeepu1310 4 หลายเดือนก่อน

    Tnks

  • @snehilsparsh_
    @snehilsparsh_ 9 หลายเดือนก่อน

    I don't think this century it will touch 1 million but nice video 🎉

    • @mp44boy74
      @mp44boy74 5 หลายเดือนก่อน +1

      This century 😂😂😂

  • @Learningwithbenefits
    @Learningwithbenefits ปีที่แล้ว +2

    Sir kindly android
    Java pr be complere video banal ly
    Thanks 👍

  • @ayyoobhasan6125
    @ayyoobhasan6125 3 หลายเดือนก่อน

    i dont have knowleadge about andriod and java but i want to learn andriod devleopment with kotlin .
    Is this course is for basic learner also?

  • @Rajkumar-sg3yx
    @Rajkumar-sg3yx 11 วันที่ผ่านมา

    thank u for this video
    sir sync know kaise karte hai?

  • @razaroy4918
    @razaroy4918 ปีที่แล้ว +1

    Sir ecommerce and grocery app baaye with user and admin panel

  • @margin2.054
    @margin2.054 6 หลายเดือนก่อน

    best part is scope function

  • @sw_a_ppy
    @sw_a_ppy ปีที่แล้ว +1

    Libraries and jetpack compose sir playlist Bano do sir

  • @rehaansingh2758
    @rehaansingh2758 หลายเดือนก่อน

    Sir i don't get Kotlin extensions in plugins in android studio because it is depreciated by Google document.
    Please reply me to fix this.

  • @Mohit-gb9dv
    @Mohit-gb9dv ปีที่แล้ว +1

    Corouiting with retrofit pe android video bana do plz

  • @FrenzexTV
    @FrenzexTV 3 หลายเดือนก่อน

    Is this advance course?
    I mean will this video help me to get job as Android developer?

  • @varunsood7899
    @varunsood7899 ปีที่แล้ว +1

    Sir ap ppt provide kar sakta ho it will helpful for us ☺️

  • @rishiraj2548
    @rishiraj2548 ปีที่แล้ว +2

    👍💯🙏

  • @rishiraj2548
    @rishiraj2548 ปีที่แล้ว +2

    🙏👍👍

  • @manishmishra-zi3yi
    @manishmishra-zi3yi ปีที่แล้ว

    Sir plz add Android advance course

  • @HARI.68
    @HARI.68 4 หลายเดือนก่อน

    Can you please teach without basis of java

  • @ParasProgramming123
    @ParasProgramming123 ปีที่แล้ว +1

    Ab android development m node js mongodb ko b add kr do dynamic app k liy

  • @arshadahmad9264
    @arshadahmad9264 23 วันที่ผ่านมา

    course mein sound toh sahi honi chahi but course bhadiya hai

  • @beginnersplay9479
    @beginnersplay9479 9 หลายเดือนก่อน +1

    pehle java krni padegi ?

  • @vikasvishwakarma2678
    @vikasvishwakarma2678 2 หลายเดือนก่อน

    Sir jo pheli bar dekh raha hoga to kya wo ab phle Java dekhega tab yaha ayega kyaa 🤔

  • @AshishRoy856
    @AshishRoy856 หลายเดือนก่อน +1

    6:45

  • @darshanjain9979
    @darshanjain9979 10 หลายเดือนก่อน

    Sir pls kotlin se android development course banao

  • @divyanshm.2276
    @divyanshm.2276 9 หลายเดือนก่อน +1

    haoon !

  • @TeluguFactsworld7228
    @TeluguFactsworld7228 6 หลายเดือนก่อน

    The explanation is very good but I'm Telugu don't understand in Hindi it is better if it was in English

  • @name1566
    @name1566 ปีที่แล้ว +2

    DSA in JAVA

  • @Computerwithr.k558
    @Computerwithr.k558 4 หลายเดือนก่อน

    Hello

  • @imsikkusankiofficial
    @imsikkusankiofficial ปีที่แล้ว +1

    Provide DSA with python

  • @ayushgupta4803
    @ayushgupta4803 6 หลายเดือนก่อน

    What about dsa?

  • @themilkywaygaming7453
    @themilkywaygaming7453 9 หลายเดือนก่อน +1

    1:18:26 what's that sound 💀

  • @sekharsvloggingworld4700
    @sekharsvloggingworld4700 4 หลายเดือนก่อน

    I dont know java.can i learn kotlin without knowing java..

  • @Dipankarr_
    @Dipankarr_ 4 หลายเดือนก่อน

    3:00:00

  • @abdullahrajpoot1805
    @abdullahrajpoot1805 3 หลายเดือนก่อน

    Can you please share this vedio slides with me ?

  • @diviiiiii
    @diviiiiii 2 หลายเดือนก่อน

    33:00

  • @codewith_ayushluthra5248
    @codewith_ayushluthra5248 ปีที่แล้ว

    I M here 14:31

  • @vikasvishwakarma2678
    @vikasvishwakarma2678 2 หลายเดือนก่อน

    Sir lakin jaurat to nh h na Java he aaye lakin option h na ya Java kare ya kotlin 😮