THIS Is How You Measure the Performance of Your Android App

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 32

  • @alexandervlasik7178
    @alexandervlasik7178 2 года назад +8

    Thank you, Philipp. I hope You will also make the same video about using the microbenchmark. I'm working on an sdk-project and it was interesting to look at using the benchmark not for the UI but for certain operations.

    • @amirabahaa7593
      @amirabahaa7593 Месяц назад

      I have the same case now , could u plz help me what you've reached out so far?

  • @biglloyd5870
    @biglloyd5870 2 года назад +2

    Phillip ive been searching hard for someone to talk about admob in compose but i havent seen a good video on it and you being the best in the business it would be awesome to see you make a video on it.

    • @mryup6100
      @mryup6100 10 месяцев назад +1

      I second this, I'll need such a video soon

  • @vilmarcabanero2500
    @vilmarcabanero2500 2 года назад

    Thank you again, Philipp!

  • @dandamiano
    @dandamiano 2 года назад +6

    Hi Philip Here is your successor

  • @melom.
    @melom. 2 года назад +2

    Hi Philipp, can you make a video about the SafetyNet check integration in android apps? It would be very interesting!

  • @xemic673
    @xemic673 2 года назад

    really interested things, thanks philipp.

  • @lifebylazy
    @lifebylazy 2 года назад

    Video/Shorts Idea; How the HECK do you turn an different color format, RGB, HEX, into real colors we can use in our apps. I'm currently trying to take an RGB value and turn it into a custom drawable, and I am struggling! Great video by the way

  • @pratikdhage3491
    @pratikdhage3491 2 года назад

    Hey Phillip thanx buddy 🤟

  • @bbk8550
    @bbk8550 2 года назад

    Thanks, you are amazing Philipp. By the way what medicine do you use to make your beard stronger? 😊

  • @mehebbetcomerdli4602
    @mehebbetcomerdli4602 2 года назад

    Well explained!

  • @YashNagayach
    @YashNagayach Год назад +1

    I implemented baseline profile in my app(Using latest versions), it is showing some improvement when we run benchmark, but no improvement I can see on play console numbers for cold startup time in my production app. Any idea?

  • @francisyang4718
    @francisyang4718 2 года назад

    Hey Phillip would you mind recommend a device that runs Android Studio smoothly with a budget price? Thanks!

  • @abhijeetkumar2196
    @abhijeetkumar2196 2 года назад +2

    In multimodule project should we create build flavour for benchmark in each module?

  • @4a7gemare32
    @4a7gemare32 2 года назад +1

    Hello brother i want to ask you a favor Can you make a social media application in Android Studio using Kotlin and Firebase Because there are no much course in it

    • @dandamiano
      @dandamiano 2 года назад +1

      check on his play list
      He has some materials you can use

    • @4a7gemare32
      @4a7gemare32 2 года назад

      @@dandamiano i know but it's better if he do full course because there are not many of them

  • @mustafaammar551
    @mustafaammar551 2 года назад

    Thank you Bro👍👍👍👍

  • @chandra_83
    @chandra_83 5 месяцев назад

    Thanks Philip. Able to understand the basic idea of macrobenchmark. Well explained

  • @Nick-cx4rs
    @Nick-cx4rs Год назад

    Hi, same app i testing cold start 548ms min yours 160 why thats big difference . Did you connect phone with usb ?

    • @YashNagayach
      @YashNagayach Год назад

      I implemented baseline profile in my app(Using latest versions), it is showing some improvement when we run benchmark, but no improvement I can see on play console numbers for cold startup time in my production app. Any idea?

  • @maximooze3196
    @maximooze3196 2 года назад +1

    👍🏻

  • @ThePratik822
    @ThePratik822 2 года назад

    Difficult

  • @Zeeshan-Syed
    @Zeeshan-Syed 2 года назад +1

    Android man have a cut on his left eye and face.. Is he fine? 😁

    • @PhilippLackner
      @PhilippLackner  2 года назад +1

      It's the reflection of my ring light 😅 This man is way too bright anyways, will have to remove him

  • @arturschaefer
    @arturschaefer 2 года назад +1

    For some reason, even after adding `com.android.test` to top level build.gradle, I'm still getting an error to add it to benchmark module. Any clue or tip for this? 🤔
    By removing it, I get an error on targetProjectPath 😥

  • @CryptoGaste
    @CryptoGaste 11 месяцев назад

  • @dedechandra8270
    @dedechandra8270 2 года назад

    what is the equivalent of .semantics testTagsAsResourceId in View system?

    • @adravel
      @adravel Год назад

      You can use View ID directly, like this: device.findObject(By.res(packageName, "view_id"))

    • @YashNagayach
      @YashNagayach Год назад

      @@adravel I implemented baseline profile in my app(Using latest versions), it is showing some improvement when we run benchmark, but no improvement I can see on play console numbers for cold startup time in my production app. Any idea?