Blur Images In Jetpack Compose - Android 12 and ABOVE

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

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

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

    You're my daily saviour fr

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

    One thing i like about your videos they are short and informative

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

    Great video

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

    Nice tutorial bro keep it up

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

    Keep Going

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

    Thanks man. Can you make a video on how to reducce the size of an image

    • @daniel.atitienei
      @daniel.atitienei  4 หลายเดือนก่อน +1

      Sure!

    • @daniel.atitienei
      @daniel.atitienei  4 หลายเดือนก่อน

      Posted it:
      th-cam.com/video/4C8ShoGBtAU/w-d-xo.html

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

    Is there any idea getting blur effect in Android below version 10

    • @daniel.atitienei
      @daniel.atitienei  4 หลายเดือนก่อน

      Try to use this library: github.com/skydoves/Cloudy

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

      @@daniel.atitienei Just to add my two cents, I usually avoid using software (CPU) blurring on Android for tasks that need frequent updates. For static blur, where you blur an image or background once and leave it, it’s fine. But for real-time blur, where the background needs to update quickly with UI changes, software blur is just too resource-intensive and slow. It drains too much energy, memory, and CPU, and doesn’t perform well on less powerful devices.
      It’s better to avoid CPU blurring on older APIs and use a simple scrim color instead. If it is unavoidable and you need to support blurring on APIs below 31 without sacrificing performance or energy consumption, the best approach is to use GPU-based blurring. It’s fast and power-efficient when implemented correctly, though it is more complex. I’m exploring this area, and the results are quite promising so far.

  • @Sj-yf2jg
    @Sj-yf2jg 4 หลายเดือนก่อน

    bro make a video on android file access system. Android 12 and up. i know Android api on file system is a shit