Hello everyone!
I need help - I want to implement ‘add to favorite’ option in my app base on the following pictures:
The above picture as you can see contains Custom ListView, I use it to go to another activity look at below picture:
Here you can also see that the activity contains ViewPager + Fragment which has that ‘Tambaya’ box/block which therein a bookmark icon (set by CheckBox). So I want to use this CheckBox line this:
And save the whole ‘Tambaya’ layout in another activity just as favorite or bookmarked.
And also from there - open the fragment that contains that bookmarked layout.
Any source code, tutorial or guiding on how to achieve this work is appreciated!
Thanks in advance!