I'm trying to create a screen where I'll have a list of song names( saved as text view). Beside each name I would like to add 2 buttons (favourites and basket).
I'd like to have these buttons be in some way link to the specific song name, that when I click a favourites button beside the song- this song title will be added to next activity --> Favourites. And whenever I click on basket beside the song name - the song title will be added to my shopping list.
I hope it make sense.
Can you let me know what will be the best to do it? Or even if it is possible.... Thanks.