Reputation: 83018
when I am going to develop an android application. For better performance of my application what are necessary steps. In another word how to optimize my codes and .xml files, in best way. And what are steps to remember when I am going to use huge set of variables.
Thank you!
Upvotes: 0
Views: 332
Reputation: 234847
That's a pretty broad question. I suggest going through some of the articles in the developer resources. They cover many topics, from avoiding memory leaks to reusing XML layouts.
Upvotes: 3