I am implementing swipe functionality using ViewPager and want to display same list in two fragments which is initialized in parent fragment . I am having 1) One base Fragment 2) Two child fragments 3) One activity(FragmentActivity) in which adding two child fragments through ViewPager dynamically.
Base fragment contain list which is common in both child fragment.I have initialized and set list adapter in onActivityCreated() of base fragment but it is creating list only for one fragment and not for the other. please suggest me where to set my adapter in base fragment so list is display in both fragments or any other solution will be very helpful for me. * * -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en