#40 Kotlin Tutorial | Array

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 20

  • @antonyfilochowski335
    @antonyfilochowski335 6 років тому

    Brilliant, funny, witty - as always

  • @aravindhanathmanathan2489
    @aravindhanathmanathan2489 4 роки тому

    Tnx from malaysia🇲🇾

  • @KushalMaharana
    @KushalMaharana 7 років тому +1

    Thanks for video sir.
    And we can also use nums.forEach { println( it ) } to print all the values !

  • @campi1112
    @campi1112 7 років тому

    thank you very much from Spain.

  • @campi1112
    @campi1112 7 років тому

    I love yours tutorials

  • @ohidotg
    @ohidotg 7 років тому

    Making the font size bigger would be much more help for the visual impression.

  • @mayankgoel7459
    @mayankgoel7459 4 роки тому

    Best tutorial bs alien na bola kro sir

  • @bhushan566
    @bhushan566 6 років тому

    which software you are using for recording videos please tell me if possible

    • @puffolino1
      @puffolino1 6 років тому

      you can use something called OBS (Open Broadcasting Software)

  • @bibekshrestha3614
    @bibekshrestha3614 7 років тому

    thank you sir,,,,but arrayofnull is similar to arraylistof, isnt it??

  • @keshavlakhotia1432
    @keshavlakhotia1432 7 років тому

    Wait of more than a week is ended finally...😐

  • @ameermalik779
    @ameermalik779 7 років тому

    hi sir please make video about Coroutines in kotlin please..

  • @suhaswagre3396
    @suhaswagre3396 7 років тому

    How to assign values dynamically??

  • @antonyfilochowski335
    @antonyfilochowski335 6 років тому

    Brilliantly funny

  • @archit7606
    @archit7606 5 років тому

    // Method To Assign values To Int Array In KOTLIN
    var NUMS = IntArray(4)
    var count = 0
    for (j in 1..4)
    NUMS.set(count++,(j*10))

  • @valdowvaldowb8072
    @valdowvaldowb8072 7 років тому

    arrayOf("string")

  • @NishaChar786
    @NishaChar786 7 років тому

    is this for android??

    • @NishaChar786
      @NishaChar786 7 років тому

      Midosh Brown in this lecture no discussion about android

  • @StarLight_tu
    @StarLight_tu 7 років тому

    Multi dimensions please? Anyone?