'Passing data between Fragments of a viewPager that contains recyclerViews

I don't know how to pass data between my fragments "books" and "reservedBooks" in a viewPager which is an object of my class "bookCard" and part of my recyclerView to add it to the other recyclerView in my fragment "reservedBooks" throught the click of a button "reserve" that is part of each member of the recyclerView



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source