Android : Android performance on programming to the interface

on Friday, April 3, 2015


Does modern Android devices have any performance difference between



List list = new ArrayList();


and



ArrayList list = new ArrayList();


I recall from years ago that the latter might perform better a virtual table lookup for method calling isn't needed.


0 comments:

Post a Comment