The document analyzes and compares the performance of four popular Android messengers: WhatsApp, Viber, WeChat, and Imo. It finds that:
(1) WeChat has the highest CPU utilization compared to the other apps.
(2) All apps have memory leak problems associated with strings, classes, and DexCaches. WeChat uses the most memory.
(3) Viber has the fastest UI rendering speed, while Imo is the slowest.
The document measures performance metrics like CPU usage, memory usage, and UI rendering speed using Eclipse profiling tools, TraceView, MAT, and Hierarchy Viewer on the four messenger apps. It finds WeChat uses
Related topics: