yes All working Properly. Maybe Its My Mobile Network Problem. I Change my mobile For connect appinventor. Its Working Good. Thank you Everyone.
But I have need One More Help.
I want to edit Single Cell in my Google sheet. Like as I want to only "P2" or "R2" or.... Edit any single Cell in Sheet. Its Possible?
Thanks @TIMAI2 For your Help. Dear @TIMAI2 I have need on your one more help.
It's possible to use this project are offline.
Example: When I will open this project Shows welcome massage is "Update your data from online" (yes/ No button )
If I will click Yes button then All data update to sheet & Collect Update data from sheet and store in my mobile.
If I click No Button then Apps do not update data & its show old data before click update button.
If you want to save updates offline and consolidate them online, you will need to organize them as increments, like dollar withdrawals or deposits, and add those as rows to a transaction detail table.
Timestamp your transactions in TinyDB to avoid duplicate uploads.
On further thought, you are asking for two contradictory things:
a simple approach
offline operation with catch up when online.
Even my Marathon examples gets complicated when I try to introduce offline data capture.
For example, when I register a new runner with a name and bar code, how am I to know if that runner has already registered with another bar code, without checking my sheet of runners and bar codes? I suppose I could have an offline copy, but what if another registrar has his own offline copy too, and they get out of sync? How do I check if that runner has registered at another registrar that has not yet uploaded his new runners?
If you want it simple, detect when you are offline and tell the user to come back later.
Dear @ABG Thanks for your suggestion. But I have Already completed my new project followed by @TIMAI2, Now I have need to Use this project offline. but I don't know how can I do this. @Spicy_Topics was reply to me its very simple but I don't understand how it's very simple, please Share any demo aia file or block. @ABG
Its possible to give me Logging Marathon Runner Checkpoints in Google Sheets project demo .aia file?