Need to load tab fragments from a search result from the first tab in android.?

  • Thread starter Android Central Question
  • Start date
A

Android Central Question

I have a tab layout activity with four tab fragments. The first fragment is there to search for a specific id and get three different data results by one GET call from backend. After the search button clicked and success in fetching data from Network call, then i have to populate other three fragments(two recyclerview lists and a user data view). I'm stuck in the place that i can get all the data from my search but without refreshing the whole activity i cannot bind the relevant data to the other three tab fragments. Please help me with this and much appreciated.