About this Course
If you’ve ever hit performance issues that affect your app’s usability, this course will teach you how to identify and diagnose your performance problems. By the end of this course, you’ll be able to perform exploratory tests, run profiling tools, use outputs to navigate to problematic code, and design a plan of attack to mitigate poor performance. You’ll also gain a higher level of understanding about how program code and the Android platform interact, which will help you optimize for performance in the future.
Performance matters to users, so it must matter to you. Learn how to identify and fix bottlenecks in your Android applications, and ensure a smooth user experience.
[
Users want apps that download and run fast and efficiently. If your app performs well on low-end devices and slower internet connections, your user base, and thus your impact and potential for monetization, can increase dramatically. The ability to make conscious coding decisions that focus on the user experience is a trait that separates mediocre Android programmers from the leaders of the industry.
,You may have the most exciting Android app in the world, but if it is slow and drains the battery, users will uninstall it, and leave you bad ratings because of it. Performance matters to users, so it must matter to you.
,By the end of this course, you will understand how common performance problems arise from your hardware, OS, and application code. Using profiling tools to gather data, you will be able to identify and fix performance bottlenecks, so users can have that smooth 60 FPS experience that will keep them coming back for more.
]
lesson 1
Welcome
Discover why performance is so critical to the success of your Android App.
Learn how to profile your code.
Employ a few best practices to help resolve common issues in the areas of rendering, memory, compute, and battery.
lesson 2
Render
How to identify and diagnose the key performance problems that come with drawing to the screen.
lesson 3
Compute and Memory
Discover the tools in android studio that will help you detect and resolve memory leaks and memory churn.
Use systrace to evaluate and improve the performance of functions.
lesson 4
Battery
Discover tools provided with Android Studio that’ll help you minimize the battery use of your App.
Learn about classes in the Android Framework that will help your app minimize its impact on a device’s battery usage.