THIS Is How You Measure the Performance of Your Android App

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

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

  • @alexandervlasik7178
    @alexandervlasik7178 Год назад +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 6 дней назад

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

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

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

  • @biglloyd5870
    @biglloyd5870 Год назад +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 8 месяцев назад +1

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

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

    Thank you again, Philipp!

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

    really interested things, thanks philipp.

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

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

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

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

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

    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

  • @dandamiano
    @dandamiano Год назад +6

    Hi Philip Here is your successor

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

    Well explained!

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

    Hey Phillip thanx buddy 🤟

  • @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?

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

    Thank you Bro👍👍👍👍

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

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

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

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

  • @4a7gemare32
    @4a7gemare32 Год назад +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 Год назад +1

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

    • @4a7gemare32
      @4a7gemare32 Год назад

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

  • @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 Год назад +1

    👍🏻

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

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

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

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

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

    Difficult

  • @arturschaefer
    @arturschaefer Год назад +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 10 месяцев назад

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

    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?