If I remember correctly, android uses reflection while accessing onClick handles specified in layout file instead of set via code, so if I am now wrong, you will pay for that with performance loss (yes, it's most likely insignificiant for the whole app, but still). I also think that if you want to use proguard to make your app harder to rev-eng, you shall consider dropping android:onClick in faviour of setting handlers in code instead of exluding them from proguard
Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter<http://webnetmobile.com/twitter/> * -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

