Hello all. I am attempting to populate a GridView in a fragment, based on items chosen in another ListFragment. As each item in the ListFragment is clicked, I'd like the GridView in the first fragment to reflect the new choice.
Currently I am using a listener to grab the clicks from the ListFragment, creating a new fragment to hold the GridView and setting an adapter for that GridView. However, the adapter isn't working. Is there something in the framework that handles this sort of situation? The code here is a bit long to be placing in a post. I can link to it if asked to do so. -- 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

