Not necessarily an "upgrade", but a different set of tradeoffs. If I change the method signature of a utility method, I only have to change it in my base classes and not in my concrete activity classes. Of course, I always have the option of extending those methods in the concrete classes, so I prefer my approach over the delegation-only approach. On the other hand, were I not using the Android SDK, I might not favor this approach as heavily.
-- 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