Drawn out: How Android renders (Google I/O '18)

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

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

  • @llothar68
    @llothar68 6 лет назад +12

    And all of this complexity in 16ms. This blows my mind away. We came really a long way since i did it by poking into my C64 memory buffer.

    • @typingcat
      @typingcat 6 лет назад +3

      16 ms? But I want it now....

    • @warrencampbell6814
      @warrencampbell6814 5 лет назад

      I'm pretty sure we can (and should) do this in less then 16ms. Especially for applications where latency is more noticeable and strongly avoided (i.e. VR/AR/Gaming).

    • @blanamaxima
      @blanamaxima 4 года назад

      everything flies with a big enaugh engine

  • @pandyasankalp
    @pandyasankalp 3 года назад +6

    Okay ,probably one of the few videos on the RUclips which I do not have to watch at 1.5X.

  • @oanhle-em3qv
    @oanhle-em3qv 6 лет назад +13

    From Google I/O 2018, it's very little Frame and Graphics sessions. I think that should have more and more these sessions.

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

    Ahhh... The "good ol' days"

  • @llothar68
    @llothar68 4 года назад +10

    Please .... please .... i want someone write an expert level book about all this stuff. I know the first part of it because thats how it was done since the days of Motif in 1992. But the second half with GPU acceleration needs much more exposure. I'm buying technical books and many others too. So a new "Petzold" for Android Internals.

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

    Romain Guy is my spirit animal

  • @ajaykumarsahoo6008
    @ajaykumarsahoo6008 4 года назад +4

    Nice explanation.
    Are the slides available somewhere ?

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

    How does the browser rendering differ from native rendering? At what point do rendering calls merge towards their way to the monitor? Is it possible for browser rendering to merge at DisplayList?

  • @alexandrprodan8794
    @alexandrprodan8794 3 месяца назад

    Has anything changed in 2024,
    If someone knows a videos or article with updates please share it with us.

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

    Why does invlidate() of a child needs to bubble up to the root view? Why traversal needs to happen exhaustively/top-down instead of just merging the changed part and the unchanged part? which doesn't sounds like need the root view to be involved

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

      If my memory serves me, it's because the child may have changed its bounds. If that is the case, parents of that child may need to resize and that might cascade down the entire child/parent tree.

  • @nwxxzchen3105
    @nwxxzchen3105 5 лет назад

    Why use textureView instead of surfaceview in the older version of android?

  • @nwxxzchen3105
    @nwxxzchen3105 4 года назад

    What's the limits of the surface view compare to texture view? Why surface view cannot be sanwiched?

  • @NghiNguyenVan
    @NghiNguyenVan 6 лет назад

    This is a simple case when HWUI and GPU don't involve rendering process directly like play a game. Anyway, those things almost seem to be said before. I wish something news were Vulkan and HWC 2.0 or how HWC compose layers :)

  • @NavalKishoreBarthwal
    @NavalKishoreBarthwal 6 лет назад +2

    From where can we get the slides??

  • @berbap7478
    @berbap7478 7 месяцев назад

    26:35 is this sync issue really fixed in android?

  • @lpskumar22
    @lpskumar22 6 лет назад +1

    where is application code and app name, he referred at 34:10

    • @danielbonatti3451
      @danielbonatti3451 5 лет назад +3

      Its "Grafika", on Github: github.com/google/grafika

  • @benidobre
    @benidobre 6 лет назад +4

    Romain guy is his name or is he a guy from Romania?