I have finished a simple app to list all products from a mysql database via json. When I click a specific product, it takes me to an activity that displays it's details. Now I changed my app so that when I click a specific product from the list it goes to a 3 tabbed fragment. I have created all the relevant fragments and everything works fine. It only doesn't work when I try to pass the data from the list all products activity to the details fragment activity. How can I pass the data from the main screen which lists all products to the 3 fragments that display the details?I have finished a simple app to list all produc