
Explain best practices for mobile app performance optimization. Cover how to identify bottlenecks, reduce UI lag, manage memory, and move expensive work off the critical path.
Profiling and bottleneck identificationMain-thread vs background workRendering and scrolling performanceMemory management and caching trade-offsEfficient data processing and scheduling