how can i save response json api file to use it in multiple screens
i have have paid api json link
and this link has alot of data
now when i use tinyDB to save this data and share it i faced the problem
the problem is the block space It becomes very slow beacuse it has many tasks
so i need method to save the web response call So that I can call the saved web response in multiple screens
The api connection is only counted once on initial launch
tip 1 probably might be a solution…
Taifun
1 Like
i didn’t find solution
thnx for help
Try saving the JSON file in the device storage and reading it whenever or wherever required.
the json file up to date every second … !! its weather api
- Call only necessary and limited data at a time.
- Pass it as start value on another screens for reuse.
- Tiny db is better option but use it in proper way.
And for
- Try reloading Kodular creator site.
- Collapse unnecessary blocks.
1 Like
thnx for help
can i save the josn call temporary response ?
Use global variable to store response temporary.
could u give me an example please ?