This seems like something that should be simple if I knew what I were doing at all. I have a TabHost and it has two tabs, each of which contains its own ListActivity. I followed Josh's example here http://devtcg.blogspot.com/2008/03/advanced-tab-activity-demo.html
How do I invoke methods on the ListActivities? It seems like maybe I should use an intent, but the activity is already running, so I don't want to use "startActivity". I basically want to send them search terms and have them filter and redraw themselves, but I have no idea how to do this. Any help would be greatly appreciated. Gary --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

