Chao Zhang

Posts by Chao Zhang

  • diagram-of-a-parallelization-optimization

    Building a blazingly fast Android app, Part 2

    January 7, 2020

    Monitor, profile, optimize, and ramp. This is the cycle of performance operations that we rely on to improve our Android app. Part 1 of this blog series covered monitoring and profiling — monitoring gives us the “true north” of optimizations to make data-driven decisions, while profiling helps us pinpoint the areas of opportunity. In part 2, we will look at...

  • performance-oeprations-cycle-of-development

    Building a blazingly fast Android app, Part 1

    December 23, 2019

    Defined as the speed at which an app loads and responds to a member, app performance is critical to an app’s success. When an app responds slowly to a member interaction, it’s an unsatisfactory experience. In order to maintain a reliable and consistent member experience, we have a dedicated performance engineering team to monitor and troubleshoot performance...