Hi everyone
i want to make an app
that let user work with app for 1 hour when time is off close that app and if user again enterd that app close app and user can enter again in app for tommorow
how can i do this?
Thanks
- When user opens the app, start a clock timer counting
- When count reaches 1 hour, throw up a notification to say time is up. User clicks OK, app saves any required information to tinydb, and sets a current time to tinydb, then close the app
- If user tries to open the app again, on initialise the app will check if the time saved is more than 24 hours (or whatever), and if it is, open the app and restore any stored values, otherwise, throw up a notification that they will have to wait until ""
what is it, apart from the empty socket?
You might consider using milliseconds (Clock1.SystemTime), these are easily subtractible, and you can more easily define how many milliseconds are allowed between app entries...
Not working
I'm working on screen2 I want when time is over show a lock icon in screen1 and in screen1 check automatically can i enter to screen2 if yes show unlock icon
Er, set the value of tag "Now" to SystemTime as well...
I can't connect it