• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Speeding up Android Applications

SDK Version: M3
First of all, define what do we mean under "speed": in one hand its the time that the code needs to execute, on the other hand its the time the user needs to wait for the user interface. The two things can greatly differ, of course you must optimize the code performance, but the most important is what the user sees from it. Don
 
Back
Top Bottom