Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.61 KB

File metadata and controls

29 lines (25 loc) · 1.61 KB

Android Performance Sample

This repository was created to explain some performance issues that we may have on our Android Apps, anyone interested in learn and improve themselves are welcome to take a look at it.

You can find the tech talk here: https://youtu.be/FOb1bPlJLfs

We cover the following topics:

  • Overdraw
    • feature/overdraw-issue
    • feature/overdraw-fix
  • Layout Hierarchy
    • feature/layout-hierarchy-fix
  • Memory Usage
    • gerardosuarez/memory_leak_context
  • Compute
    • gerardosuarez/performance-computation

Additionally, we have gathered some articles and courses that can help you go deeper on this topics: