How do i increase an integer overtime? even when my application is terminated
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.
精彩评论