Re: [android-developers] How do you manipulate content in an Activity from an external class or another Activity?

2010-12-26 Thread Toby
On 12/21/2010 2:47 PM, TreKing wrote: On Tue, Dec 21, 2010 at 4:30 PM, Tobiah mailto:t...@tobiah.org>> wrote: Will that work? Probably. Does it sound necessary? Not really. What are you trying to do? Why do you need to manipulate one Activity's views from another? This doesn't reall

Re: [android-developers] How do you manipulate content in an Activity from an external class or another Activity?

2010-12-21 Thread TreKing
On Tue, Dec 21, 2010 at 4:30 PM, Tobiah wrote: > Will that work? > Probably. > Does it sound necessary? > Not really. What are you trying to do? Why do you need to manipulate one Activity's views from another? This doesn't really make sense. --

[android-developers] How do you manipulate content in an Activity from an external class or another Activity?

2010-12-21 Thread Tobiah
Can one Activity manipulate the Views of another? Even with a class that is external to the Activity, it seems that I need to pass a pointer to the View in question around. I have a subclass of Application that I could use to keep the View pointers in. Will that work? Does it sound necessary?