I was exploring performance recommendations on Android and read this page: http://developer.android.com/guide/practices/design/performance.html
I note that it only partially covers use of the "final" Java construct (specifically for constants), which is covered in generic Java discussions on performance. Can the standard or JIT compiler perform any additional performance optimizations if: - I declare a class or method as final? - I declare parameters pass to a method as final - I declare local variables in a method as final thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en