开发者

How do i increase an integer overtime? even when my application is terminated

开发者 https://www.devze.com 2023-02-19 15:53 出处:网络
I want to have a v开发者_JAVA百科alue that increase overtime even when the application is running in the background, but i do not want to use a server. Any ideas?You can record the time the applicatio

I want to have a v开发者_JAVA百科alue that increase overtime even when the application is running in the background, but i do not want to use a server. Any ideas?


You can record the time the application started in a variable, and calculate that integer as a multiple of that number.

0

精彩评论

暂无评论...
验证码 换一张
取 消