Hi stackoverflow,
I am just starting out programming on Android.
What is the most computationally expensive Java constructs to avoid when programming an Android App?
Of cause every algorithm costs instructions, but what about use of Method calls, Object references, Interfaces, Collections and such? What do I need to avoid, and what is "cheap" when I'm programming for speed?