Andriod passing objects between activities
- by Stan
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.