Caege
Caege
  • 42
  • 9 886
Understanding runBlocking, launch, and async in Kotlin
Learn the basics of Kotlin coroutines with a focus on runBlocking, launch, and async. Understand how they work, when to use them, and how they differ to write efficient and structured concurrent code
มุมมอง: 61

วีดีโอ

Intro to Coroutines in Kotlin
มุมมอง 5414 วันที่ผ่านมา
Learn why coroutines are efficient, manageable, and essential for modern app development. 💡 Like, comment, and subscribe for more Kotlin and Android tutorials! source code for the app in the intro: github.com/Caege/kotlin-vlogs/tree/coroutine-demo threads vs process: th-cam.com/video/hN2Yrf4tqTY/w-d-xo.html JVM (Java Virtual Machine) : th-cam.com/video/BeMi8K0AFAc/w-d-xo.html ART (Android Runti...
Lambda with a receiver in Kotlin
มุมมอง 5421 วันที่ผ่านมา
In this video, I explain Lambda with Receivers in Kotlin-an advanced feature that allows you to call methods on the receiver object inside a lambda expression.
Using Date and Time in Kotlin
มุมมอง 76หลายเดือนก่อน
Timestamps: 2:02 LocalDate and other classes 14:50 Common methods used in Date objects 23:38 DateTimeFormatter class 35:36 NumberFormat class 41:50 update cupcake app so it uses LocalDate class instead
String resources and translating your app
มุมมอง 32หลายเดือนก่อน
String resources and translating your app
Here's how you can clone my source code
มุมมอง 692 หลายเดือนก่อน
Here's how you can clone my source code
Cupcake pt.2 Navigation + ViewModel . Kotlin
มุมมอง 662 หลายเดือนก่อน
Source code for this project: github.com/Caege/kotlin-vlogs/tree/24-cupcake-app
Cupcake app feat. Navigation and ViewModel
มุมมอง 1622 หลายเดือนก่อน
Layout video by Google developers: th-cam.com/video/xc8nAcVvpxY/w-d-xo.html
Activity Result API , Kotlin Ep.24
มุมมอง 1572 หลายเดือนก่อน
In this video, I cover the new Activity Result API in Android, explaining how to replace the outdated startActivityForResult method. I’ll show you how to use default contracts for common tasks and create custom contracts to handle specific needs. By the end, you’ll know how to easily launch activities and handle results efficiently in your Android apps. Perfect for beginners and those looking t...
Launch activities to receive data. Kotlin Ep.23
มุมมอง 1492 หลายเดือนก่อน
In this video, learn how to use the legacy startActivityForResult method in Android. I’ll show you how to set up an intent, define a request code, and handle results in onActivityResult. You’ll also see how to configure a second activity to send data back. Note: startActivityForResult is now outdated and replaced by the Activity Result API, but this guide is helpful for those working with older...
Intents in Android. Kotlin Ep. 22
มุมมอง 842 หลายเดือนก่อน
Learn the basics of Android activities! In this video, I walk you through creating an activity, declaring it in the manifest, and launching it both explicitly and implicitly. I also show how to pass data between activities using putExtra. Perfect for beginners looking to boost their Android skills. Enjoy and subscribe for more! Source code for this project : github.com/Caege/kotlin-vlogs/tree/2...
Navigation in Android. Kotlin Ep.21
มุมมอง 2912 หลายเดือนก่อน
Learn how to set up and use the Navigation Component in Jetpack Compose! This video shows you how to add navigation between screens, set up NavHost, and manage routes simply and effectively. Perfect for beginners in Android development! source code for this project: github.com/Caege/kotlin-vlogs/tree/21-basic-navigation-app
Kotlin Vlog Ep.20 Quiz app w/ ViewModel
มุมมอง 1262 หลายเดือนก่อน
In this video we are gonna work with viewmodel some more and make the uiState accept interfaces so that they can more flexible. you can find the source code for this project below: github.com/Caege/kotlin-vlogs/tree/20-quiz-app if you are unsure how to use git to clone project and move to branches this video might be of help : th-cam.com/video/Q8jZI2YZiSk/w-d-xo.htmlsi=KdW3-252ZLMXEhtr
Fix "The project is using an incompatible version AGP" error
มุมมอง 322 หลายเดือนก่อน
Fix "The project is using an incompatible version AGP" error
Kotlin Vlog Ep.19 Intro to ViewModel
มุมมอง 612 หลายเดือนก่อน
In this video, we explore the essentials of app architecture and the ViewModel component in Android development. Learn about Separation of Concerns and how to structure your app for better scalability and collaboration. We’ll demonstrate these concepts through a simple counter app, showcasing how to implement ViewModels to manage app logic, handle state with StateFlow, and update the UI effecti...
Kotlin Vlog Ep.18 Clone Git Repos and move to different branches
มุมมอง 462 หลายเดือนก่อน
Kotlin Vlog Ep.18 Clone Git Repos and move to different branches
Kotlin Vlog Ep.17 Stages of the Activity Lifecycle
มุมมอง 382 หลายเดือนก่อน
Kotlin Vlog Ep.17 Stages of the Activity Lifecycle
Kotlin Vlog Ep.16 Building an App using Material Colors and Typography
มุมมอง 522 หลายเดือนก่อน
Kotlin Vlog Ep.16 Building an App using Material Colors and Typography
Kotlin Vlog Ep.15 Customizing Material Theme in Android Project
มุมมอง 392 หลายเดือนก่อน
Kotlin Vlog Ep.15 Customizing Material Theme in Android Project
Kotlin Vlog Ep.14 Intro to Material Theme
มุมมอง 452 หลายเดือนก่อน
Kotlin Vlog Ep.14 Intro to Material Theme
Kotlin Vlog Ep.13 Courses App
มุมมอง 233 หลายเดือนก่อน
Kotlin Vlog Ep.13 Courses App
Kotlin Vlog Ep.12 Adding Icons to Apps
มุมมอง 273 หลายเดือนก่อน
Kotlin Vlog Ep.12 Adding Icons to Apps
Kotlin Vlog EP.11 Affirmation App
มุมมอง 593 หลายเดือนก่อน
Kotlin Vlog EP.11 Affirmation App
Kotlin Vlog Ep.10 Higher Order Functions
มุมมอง 173 หลายเดือนก่อน
Kotlin Vlog Ep.10 Higher Order Functions
Kotlin Vlog Ep.9 Arrays, Lists,Sets
มุมมอง 133 หลายเดือนก่อน
Kotlin Vlog Ep.9 Arrays, Lists,Sets
Kotlin Vlog Ep. 8 Generics, Enums, Singleton objects and more
มุมมอง 333 หลายเดือนก่อน
Kotlin Vlog Ep. 8 Generics, Enums, Singleton objects and more
Kotlin Vlog Ep. 7 Adding more functionality to the Tip Time App
มุมมอง 183 หลายเดือนก่อน
Kotlin Vlog Ep. 7 Adding more functionality to the Tip Time App
Kotlin Vlog Ep. 6 States with Tip Time App
มุมมอง 93 หลายเดือนก่อน
Kotlin Vlog Ep. 6 States with Tip Time App
Kotlin Vlog Ep. 5 Functions
มุมมอง 83 หลายเดือนก่อน
Kotlin Vlog Ep. 5 Functions
Kotlin Vlog Ep. 4
มุมมอง 104 หลายเดือนก่อน
Kotlin Vlog Ep. 4

ความคิดเห็น

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

    Bro can you help me out I have the same device as your But Odin is not detecting my device in download mode but it's only detecting when the device is normally turned on and file transfer is on I have reinstalled all drives and checked oem unlocking and usb debugging as well but nothing works Plz help

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

      I can't help you if I cant reproduce the problem. Also read LineageOS guide thoroughly and read forums where they talk about the same problem you are having.

    • @bloody2245
      @bloody2245 29 วันที่ผ่านมา

      Well I reinstalled my PC windows and it worked but unfortunately now my device is locked and it's saying that I flashed unauthorized binaries Now how could I get the official firmware

    • @caege7091
      @caege7091 29 วันที่ผ่านมา

      Don't worry you can find official firmware if you did a quick Google search. Just download the one that is made for your country.

    • @bloody2245
      @bloody2245 29 วันที่ผ่านมา

      I had bought the tablet from US but am using in another country

    • @bloody2245
      @bloody2245 29 วันที่ผ่านมา

      But there is no version for US on sam mobile

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

    Nice 👍

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

    I want your WhatsApp number, I will contact you. I am from Egypt.

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

    Please reply. I have the same device, but a different cream, SM-T505N. Can I apply this explanation?

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

      Your model is a LTE version i think. Click on their LTE version and follow the instruction on the page. Sorry for the late reply

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

    Thnx! Very usefull is we want more than 1 activity or lunch some activity! GO On!

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

      Haha. Thank you for watching. In the beginner course on Android Developers, they briefly mention intents, but they don’t go into much detail about them. So I thought I would cover them.

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

    When you modify the files it doesn't reflect when you run the app. An easy fix is to just make and build module in the build option at the top. It's a bit complicated. I apologise for the inconvenience caused

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

    Wow, I’m literally stuck on this app and have an exam on it tomorrow, but this video just saved me! It’s incredible how well you explained everything, and the fact that you posted it just 6 days ago is a lifesaver. You're the only one who covered this topic in such detail. Huge thanks for this amazing content!

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

      Glad it helped!

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

    How can i go back i don't like lineage os

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

      I think you would need your device's firmware. Then with Odin you can flash your device with this firmware. When you download the firmware it's probably in zip file, extract it, the files contained within the firmware will have a name indicating where to place those files in the Odin, like AB , idk the field names

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

      @@caege7091 so it's like the same process like installing lineage os

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

      Yes

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

    Hows about the performance, laggy or better than before

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

      I really don't notice a difference. It's a budget tab it's not that fast to begin with. You miss out the samsung specific features. Dolby is missing, brightness range selector is weird only gets bright when I turn all the way up, built in screen recorder doesn't work. Other than this OS is clean and not cluttered with bloatwares. If you don't like it you can always flash your device with the samsung firmware or rom i think

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

    hey bro i am watching ur vedios keep posting plss

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

      Thank you for the support. Of course I will be making more videos 😁

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

    9:29 When I select the created tar file in Odin and then click on Start, the message Fail appears at the top. The Tab A7 is in download mode and the Odin version is 13. I can't get any further here. What's the problem? Thanks.

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

      It happens when you don't have your oem option isn't turned on. Be careful tho when try to flash rom it will lock your bootloader saying you tried flashing unofficial rom. It happened to me i had to get the samsung rom from a website and try flashing the rom TLDR; your oem bootloader option isn't turned on

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

      @@caege7091 Okay Thank You.

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

    Please help me for this model Samsung Galaxy Tab A7 10.4 (LTE)

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

      You can find that model in the lineage os website. I think you can use this as guide for that. Check and confirm you device's model matches the one they are using (SM-T505 SM-T505C SM-T505N SM-T507)

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

      @@caege7091 I am using SM-T505 can u suggest me a video

  • @NanuNinu-f8p
    @NanuNinu-f8p 2 หลายเดือนก่อน

    Yen agutto adu nan try madtini broo

  • @NanuNinu-f8p
    @NanuNinu-f8p 2 หลายเดือนก่อน

    Id kodtini try madtira broo

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

      Nan discord server join agi, try madthini

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

      discord.gg/JcYbrYMh

  • @NanuNinu-f8p
    @NanuNinu-f8p 2 หลายเดือนก่อน

    Matte kand edyake agalva bro?

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

      Instagram officially location information kododilla code mukanthara use modoke. Namge avara location avara account open maadre sigutte Thane , addanna navu web scrapping mulaka thegi bodu. Web scrapping ge Puppeteer.js antha ondu library ide adrinda namgenadr yava html tag alli location information ide antha kand idibodu. Nimgenadu Puppeteer.js library use madoke badre, yes, location kand idi budu adenadru already public agidre, private account agidre adu swapa kalta adu nim puppeteer knowledge mel depend agutte.

  • @NanuNinu-f8p
    @NanuNinu-f8p 2 หลายเดือนก่อน

    Bro insta id enda location track madboda please heli broo

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

      Instagram api location information kododilla ansute, avra terms of service agreement prakara yalla account information private agirote, yav account public agiruto advna navu web scrapping inda kondi idibodu adre idu tumba kasta. Adrinda location code mukanthara kand idiyod thumba kastane

  • @NanuNinu-f8p
    @NanuNinu-f8p 2 หลายเดือนก่อน

    Hii bro please niminda ond help bekittu dayavittu reply madi bro am requesting bro please please please broo🙏🙏🙏

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

      Enu?

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

    Why did you cut on where did get the copy data????

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

      Its in the video description

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

    😮 nice 👍

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

      Thanks bro. Keep watching

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

    Tnx a lot ❤❤❤🫡🫡

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

    I forgot to mention, to dual boot ubuntu, you need unallocated space in your disk, only then ubuntu installs alongside windows

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

    This channel should have several thousand subscribers! Keey going (:

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

    Man you are the best.🎉

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

    keep going my man! you're doing pretty good

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

      Thank you so much for your kind words.

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

    Thank you! That was exactly my problem and none of the other solutions I found online helped. With this new saving you just miss a little part of the game where a monster comes out of the tv and catches the yellow coat person and you escape but that's it and I can continue playing :)

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

    False, you just had chance, error messages are still happening even after that.

  • @alexv4492
    @alexv4492 2 ปีที่แล้ว

    how to fix when fatal error arrives when i just pressed start game? and I haven't played it at all.how?

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

      Did you manage to solve it?

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

      @@saturn_dm6350 soory,no.

  • @anonymous_0324
    @anonymous_0324 2 ปีที่แล้ว

    Thanks you a lot !!!❤️❤️

    • @caege7091
      @caege7091 2 ปีที่แล้ว

      You're welcome 😊

  • @jhoanmurillohernandez8185
    @jhoanmurillohernandez8185 2 ปีที่แล้ว

    ok lo probare, dentro de una hora volvere y les dire si funciono, ok no me funciono, a ¿alguna otra persona le funciono?

    • @caege7091
      @caege7091 2 ปีที่แล้ว

      Does your game crash when you enter tv? Is save game is renamed the same way it was before? . Honestly i don't know any other way to fix it.

    • @caege7091
      @caege7091 2 ปีที่แล้ว

      I'm running this game on UHD 770