Android passing objects between activities

Posted by Stan on Stack Overflow See other posts from Stack Overflow or by Stan
Published on 2010-04-23T06:37:21Z Indexed on 2010/04/23 7:13 UTC
Read the original article Hit count: 195

Filed under:

Say if I have a locationManager(LM) object in activity A, which is my main menu. All the sub-activities need to use LM. In a good design, should I pass LM object to sub-activities? How? Please suggest some good coding pattern. Thanks.

© Stack Overflow or respective owner

Related posts about android