tech talk #2: android app performance tips

15
Android App Performance Tips Lê Văn Giáp

Upload: innovatube

Post on 14-Apr-2017

416 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Tech Talk #2: Android app performance tips

Android App Performance Tips

Lê Văn Giáp

Page 2: Tech Talk #2: Android app performance tips

Why ?

Smooth responsive

Page 3: Tech Talk #2: Android app performance tips

Why ?

Keep battery time

Page 4: Tech Talk #2: Android app performance tips

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/

Page 5: Tech Talk #2: Android app performance tips

Use Enhanced For Loop Syntax

Page 6: Tech Talk #2: Android app performance tips

UI tips Re-using layout with <include />

Page 7: Tech Talk #2: Android app performance tips

UI tips <merge/>

Page 8: Tech Talk #2: Android app performance tips

UI tips Loading views on demand <ViewStub/>

Page 9: Tech Talk #2: Android app performance tips

UI tips Smooth scrolling ListView – (AsyncTask)

Page 10: Tech Talk #2: Android app performance tips

UI tips Smooth scrolling ListView – (ViewHolder)

…in getView(….)

Page 11: Tech Talk #2: Android app performance tips

UI tips Smooth scrolling ListView

RecyclerView

RecyclerView.ViewHolder

RecyclerView.Adapter

Instead of basic ListView

Page 12: Tech Talk #2: Android app performance tips

UI tips Smooth loading image

Lazy load

AsyncTask

File caching

Page 13: Tech Talk #2: Android app performance tips

UI tips Monitor, Tracking tool

Memory monitor

Allocatio tracker

Heap viewer Systrace

Page 14: Tech Talk #2: Android app performance tips

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

Page 15: Tech Talk #2: Android app performance tips

giaplee

[email protected]

Linkedin.com/in/giaplee

Contact me: