I want to make first time notfication
3 Likes
Yes, it is.
When App Opens Show the Notification.
And save a Value in TinyDB.
Next time App Opens Check TinyDB
if value present do not show Notification.
Screen1 Initialise
TinyDB Get Value
When TinyDB Got Value
if Got Value = 0
then Show Notification
TinyDB Store Value = 1
Here initial value of TinyDB while Blocking your App will be 0
2 Likes
it’s just the matter of concept,
possibilities are endless.
3 Likes
Why not just use true and false…
Adding -
Ways are also Endless.
Thanks alot
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.