On Thu, May 12, 2011 at 3:10 PM, Adam Ratana <[email protected]> wrote:
> Looking at the other thread, TreKing, your proxy approach looks to be what > I would consider delegation, I suppose proxy means the same thing, since > you're delegating to a proxy :) Yeah, I've reviewed so many design patterns I tend to confuse terms and what they really mean in the "official" sense. It doesn't help that most patterns are *slight* variations on the same idea. I used "proxy" since, in my mind, the "proxy" object acts as though it is the thing it's being used by. This is, of course, not to be confused with the "official" Proxy Pattern which is entirely different. Hopefully the discussion in the other thread explained what I was getting at though =) ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

