SlideShare a Scribd company logo
Android App
Performance Tips
Lê Văn Giáp
Why ?
Smooth responsive
Why ?
Keep battery time
Coding tips
 Avoid Creating Unnecessary Objects
 Use Static Final For Constants
 Avoid Internal Getters/Setters
 Use Enhanced For Loop Syntax
 Avoid Using Floating-Point
 Create package Instead of private Inner Classes
Read more at: http://developer.android.com/
Use Enhanced For Loop Syntax
UI tips Re-using layout with <include />
UI tips <merge/>
UI tips Loading views on demand <ViewStub/>
UI tips Smooth scrolling ListView – (AsyncTask)
UI tips Smooth scrolling ListView – (ViewHolder)
…in getView(….)
UI tips Smooth scrolling ListView
RecyclerView
RecyclerView.ViewHolder
RecyclerView.Adapter
Instead of basic ListView
UI tips Smooth loading image
Lazy load
AsyncTask
File caching
UI tips Monitor, Tracking tool
Memory monitor
Allocatio tracker
Heap viewer
Systrace
Advance tips
Optimizing Battery Life
Read more at developer.android.com
Reducing Network Battery Drain
Optimizing for Doze and App Standby
Monitoring the Battery Level and Charging State
Manipulating Broadcast Receivers On Demand
giaplee
giap.lee.68@gmail.com
Linkedin.com/in/giaplee
Contact me:

More Related Content

PDF
Tech Talk #2: Android app performance tips
PPT
Keydicapppresentation
PPTX
Fragment me
 
PPTX
12. Android Basic Google Map
PPTX
[UPDATE] Sản phẩm làm đẹp Nhật Bản - Hàng nội địa Nhật chính hãng
PPTX
Lampion imanda
PDF
Tyler Jones Resume
RTF
ΑΡΧΕΣΜΚΤ_EΛΣΑΟΥΑΧΝΤΑΙΑΝΑ 2
Tech Talk #2: Android app performance tips
Keydicapppresentation
Fragment me
 
12. Android Basic Google Map
[UPDATE] Sản phẩm làm đẹp Nhật Bản - Hàng nội địa Nhật chính hãng
Lampion imanda
Tyler Jones Resume
ΑΡΧΕΣΜΚΤ_EΛΣΑΟΥΑΧΝΤΑΙΑΝΑ 2

Viewers also liked (6)

ODP
Seúl
PPTX
la memoria
PPTX
Juegos tradiconales
PDF
Hanging by a thread: an opportunity for growth
PPTX
Macroeconomic analysis of USA
PPT
Silk sarees
Seúl
la memoria
Juegos tradiconales
Hanging by a thread: an opportunity for growth
Macroeconomic analysis of USA
Silk sarees
Ad

Similar to Android App Performance Tips (20)

PPTX
Build single page applications using AngularJS on AEM
PDF
Build single page applications using AngularJS on AEM
PPTX
Build single page applications using AngularJS on AEM
PPTX
Introduction to ASP.NET
PPTX
Best practices android_2010
PPTX
Prototyping app using JS and HTML5 (Ciklum Kharkiv)
PPT
Eclipse Day India 2010 - UI Patterns in Eclipse
PPT
WebSphere Portlet Factory: Davalen’s Practical Advice from the Field
PDF
Android Best Practices - Thoughts from the Trenches
PDF
How can you optimize Flutter app performance for smooth UI and fast load times?
PPTX
Lessons-Learned-SwiftUI.pptx
PPTX
Introduction to Client Side Dev in SharePoint Workshop
PDF
The ultimate guide to optimize your react native app performance in 2022
PPTX
Quick prototyping apps using JS - Ciklum, Vinnitsa
PPTX
Introduction to angular js for .net developers
PPT
CTTDNUG ASP.NET MVC
PDF
Building Mobile Friendly APIs in Rails
PPTX
Developing Android Apps
PPTX
ASP.NET Best Practices - Useful Tips from the Trenches
Build single page applications using AngularJS on AEM
Build single page applications using AngularJS on AEM
Build single page applications using AngularJS on AEM
Introduction to ASP.NET
Best practices android_2010
Prototyping app using JS and HTML5 (Ciklum Kharkiv)
Eclipse Day India 2010 - UI Patterns in Eclipse
WebSphere Portlet Factory: Davalen’s Practical Advice from the Field
Android Best Practices - Thoughts from the Trenches
How can you optimize Flutter app performance for smooth UI and fast load times?
Lessons-Learned-SwiftUI.pptx
Introduction to Client Side Dev in SharePoint Workshop
The ultimate guide to optimize your react native app performance in 2022
Quick prototyping apps using JS - Ciklum, Vinnitsa
Introduction to angular js for .net developers
CTTDNUG ASP.NET MVC
Building Mobile Friendly APIs in Rails
Developing Android Apps
ASP.NET Best Practices - Useful Tips from the Trenches
Ad

More from Giap Le Van (6)

PPTX
M-Commerce will be the next trends
PPTX
Google Android Security (Basic2Advanced)
PPTX
Mobile Game Market Overview
PPTX
Mobile Day 2012 - Chợ ứng dụng thuần Việt
PPTX
Local app market - Barcamp2012 Ha Noi
PPTX
Slide hội thảo Google Android BKHN 26-10
M-Commerce will be the next trends
Google Android Security (Basic2Advanced)
Mobile Game Market Overview
Mobile Day 2012 - Chợ ứng dụng thuần Việt
Local app market - Barcamp2012 Ha Noi
Slide hội thảo Google Android BKHN 26-10

Recently uploaded (6)

PPTX
ASMS Telecommunication company Profile
DOC
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
PDF
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
PPTX
Introduction to Packet Tracer Course Overview - Aug 21 (1).pptx
PDF
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
DOC
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
ASMS Telecommunication company Profile
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
Introduction to Packet Tracer Course Overview - Aug 21 (1).pptx
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证

Android App Performance Tips