Working With Files In Kotlin - IO Essentials

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

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

  • @DeepakKambam
    @DeepakKambam 20 ชั่วโมงที่ผ่านมา +3

    I really thankful to Philipp sir. This is the channel where any beginner can learn about android development like me,

    • @DeepakKambam
      @DeepakKambam 17 ชั่วโมงที่ผ่านมา

      Thank you for noticing my comment sir. I hope you will create such a great videos which makes us from "Zero to Hero"😀😀

    • @user-my6yf1st8z
      @user-my6yf1st8z 6 ชั่วโมงที่ผ่านมา

      @@DeepakKambam your comment has been noticed one more time by the user: me specifically, Sir!. Please send me notice of acknowledgement. Have a great day, Sir!

  • @virajbenade5572
    @virajbenade5572 19 ชั่วโมงที่ผ่านมา +7

    Can you upload 3 videos in a week 😢

  • @Joe-yu9wc
    @Joe-yu9wc 14 ชั่วโมงที่ผ่านมา

    I really want to translate your video content and teach my language people, really practical and useful content. Good job man

  • @rishabhgarg6692
    @rishabhgarg6692 19 ชั่วโมงที่ผ่านมา +3

    I am learning this topic just a few days ago, so how you know i neeed your experienced, super clean deep and clear content 😁
    Big respect sir, thank you 🙏

  • @blackrider8883
    @blackrider8883 20 ชั่วโมงที่ผ่านมา +1

    Wait noooo way
    I've been learning about files for the past few days & Philipp suddenly drops a video about it?? Woooho
    Edit - The function for printing files was pretty cool lol

  • @stasleonov5196
    @stasleonov5196 12 ชั่วโมงที่ผ่านมา

    As always, thank you very much for your work.

  • @enikebraimoh
    @enikebraimoh 20 ชั่วโมงที่ผ่านมา +3

    Thank youuuuuu❤❤❤

  • @riezkymaisyar4038
    @riezkymaisyar4038 17 ชั่วโมงที่ผ่านมา

    can't wait for your next video, i appreciate it, thankful 👋

  • @UsmonWasTaken
    @UsmonWasTaken 18 ชั่วโมงที่ผ่านมา +1

    This might be confusing but in UNIX file system the "x" character in a directory doesn't mean you can execute the directory. Directories cannot be executed. It means open, meaning you can go inside of the directory with the "cd" command 😅

    • @maciejgo
      @maciejgo 2 ชั่วโมงที่ผ่านมา +1

      That's right. In term of Unix/Linux directories, "execute" meas "open"

  • @sultonuzdev
    @sultonuzdev 3 ชั่วโมงที่ผ่านมา

    I think the file.walkTopDown() function shows the entire file tree. you don't need to create a recursive one. Or does it work differently?

  • @binondi_borthakur
    @binondi_borthakur 17 ชั่วโมงที่ผ่านมา

    It is needed for me, thank you ❤️

  • @maskedredstonerproz
    @maskedredstonerproz 9 ชั่วโมงที่ผ่านมา

    1:46 *Nix based systems Philipp, since it is also true on Linux systems, which...... aren't really based on unix the same way macos for example is, though the linux kernel is inspired by unix and adheres to many of it's philosophies, it isn't really based on it, yknow?

  • @Truuce
    @Truuce 10 ชั่วโมงที่ผ่านมา

    Been using a lot of your tutorial videos to learn and would like to give some feedback on videos you label as "beginner".
    Currently watching "how to make a CRUD ToDo app" and you've built the entire app before trying to run it and show anything on the emulator. Is this normal? As someone learning, it's hard to understand what the code is doing or why you're doing something a certain way without seeing the effects on the app.
    I would much prefer you get the app running with bare minimum functionality and start adding functionality and features piece by piece. This would help with understanding each piece of code.
    Videos that I'm watching are years old so apologies if you've already adapted this style.

  • @yusufjonaxmed4488
    @yusufjonaxmed4488 3 ชั่วโมงที่ผ่านมา

    Please teach us how to create visual keyboard for touch screen desktop platforms

  • @ChristophS
    @ChristophS 12 ชั่วโมงที่ผ่านมา

    And then there is walk() already gives you a list of all files, excluding dirs

  • @Invoke_r
    @Invoke_r 20 ชั่วโมงที่ผ่านมา +1

    aaaaaa, the papa is first in comments😎

  • @esekaemmanuel7295
    @esekaemmanuel7295 19 ชั่วโมงที่ผ่านมา +3

    I was about to eat when you dropped this. Thank you for making my meal better 🫶🏽

  • @assasinon1209
    @assasinon1209 15 ชั่วโมงที่ผ่านมา

    Whaattt literally trying to figure out how to encrypt files in my file manager and this pops up 🤌🏽 I already have the encryption set up just having issues understanding the app internal file storage