I am creating an application, at this point in the application, you choose how many products you will get from a List made with RecyclerView and this list will be passed to another Activity where it will be loaded into a ListView.
I wanted to know what I can use to store the products that the user clicked. I was thinking of using sharedPreference, but each product has a lot of information like description, id, value ... and if it's more than one product, how can I get this information separate? Use HashMap? List