Closed GoogleCodeExporter closed 9 years ago
We use ArrayList instead of List because concrete types are faster on Android.
Original comment by noelgrandin
on 20 Jul 2013 at 2:26
And you use for(int i=0;i<len;i++) also too. But in the documentation of
Android it says that your choices is slower:
http://developer.android.com/training/articles/perf-tips.html#Myths
Original comment by nico.de...@gmail.com
on 20 Jul 2013 at 11:40
Thanks, but we'll stick with our choices for now.
Original comment by noelgrandin
on 22 Jul 2013 at 8:48
Original issue reported on code.google.com by
nico.de...@gmail.com
on 19 Jul 2013 at 1:30