Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android Studio Cookbook

You're reading from   Android Studio Cookbook Design, test, and debug your apps using Android Studio

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781785286186
Length 232 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Mike van Drongelen Mike van Drongelen
Author Profile Icon Mike van Drongelen
Mike van Drongelen
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Introduction


How can we detect whether there will be any performance issues with our app? What are the common problems in Android apps? And how can we fix these issues?

When it comes to performance, a few problems that could occur are as follows:

  • Memory leaks: Although Android comes with its own memory management system, memory leaks may occur.

  • Out of memory exceptions: Your app could easily run out of memory, resulting in a crash of your app. For example, think of processing large images on low-end devices.

  • Overdraw: Overdraw is the phenomenon of a pixel on a view being drawn more than once. It can result in an unresponsive or laggy user interface.

In the upcoming recipes, we will examine the problems listed here. The Android SDK and Android Studio come with some great tools to examine your app.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime