I'm developing an app where the main activity consists of a SwipeView layout.
The activity consists of 2000+ pages, which are individually populated by texts, which are in form of short facts.
I want to add a Floating Action Button to those pages which when clicked, will mark the FACT as a favourite, which the user can view later.
How can I implement that without having to add a button to all the pages individually ( which would be impractical and absurd).