Dinesh Sharma
Dinesh Sharma

Reputation: 11571

How can I make my android app more memory efficient and faster

Can anyone give me few tips and also few links to follow so that i can make my android app more memory efficient and faster. Thanks.

Upvotes: 3

Views: 5967

Answers (1)

Faisal Abid
Faisal Abid

Reputation: 9140

It really depends on your situation and how your app is built, there is no right or wrong answer, but this documentation can give you some good guidelines http://developer.android.com/guide/practices/design/performance.html

For memory leaks take a look at traceview http://developer.android.com/guide/developing/debugging/debugging-tracing.html

Upvotes: 3

Related Questions