On Tue, Sep 6, 2011 at 12:37 AM, krishna chaitanya <
[email protected]> wrote:

> So, my question is how do call the methods in activity. Is it just
> by passing the "this pointer" ?
>

In Java it's a reference, not a pointer, but yes, that could work. In
general I'd advise against passing around an Activity instance, but I guess
it's up to you.


> Is it a good programming logic to pass activity's "this" across different
> class?
>

That's very hard to answer in absolute terms with no context.

-------------------------------------------------------------------------------------------------
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

Reply via email to