How to store click counts in tinyDB kodular?

How to store click counts of all screens in tinyDB?
Anyone know plz answer

Every click store in tinyDb in this way : saved count+ 1. For the other screen you have only to add the tinyDb component and code like above

Remember that tiny is a local dB, you can clear it with app cache or data

Welcome.
Did You Search in comunnity ?

You need read ::+1:

And

https://docs.kodular.io/#get-started

1 Like

The link of “The Coding Delight” don’t work for me, both mobile and desktop.

@Rogerio_Rios Thanks for the new link

1 Like

As said by others use tinydb. Use the same tag name in all screen. Whenever user clicks call the tinydb tag and add +1 with the tag. Very simple

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.