I am developing an application in Android Studio and want to make a favourites page. To do this, I would like the user to be able to save the activity to the favourites, and when opening the favourites page from the home page, the user can view the button to start this activity.
I have looked up numerous other similar questions but none which suits my specific issue.
I have looked at different possibilities such as SharedPreferences, ToggleButton etc. but none I can get to work.
I would really appreciate your help.
Thank you so much in advance.