Hey everyone,
I’m thinking if it’s possible to achieve the following scenario in Glide:
If a specific user sees 3 cards today, and if she checks the app tomorrow to see the next 3 cards and so on…
Basically, to limit a specific user to only see 3 cards/day and every new day to display the next cards 3 cards and so on. Or to have some sort of randomizing the cards displayed so each we display 3 new/different cards.
I have not created something like that, but I see it very possible. these are my thoughts
1.- that the data displayed on cards have ID
2.- you would need a counter to know how many cards the user has seen
3.- a column to accumulate the id of the seen cards
4.- filter the screen of the cards that do not show the accumulated in step 3 and order them randomly