I am having a little bit of trouble implementing a timer that other users can access and display when they login. I tried using a the atomic counter, however, I did not see where one would initialize the atomic counter and set its values.
All I see is
IAtomic<Long> counter = Backendless.Counters.of(CurrentUser.getUserInstance().getObjectId(),Long.class );
Your increment, decrement, add methods return a null exception.
Could you please tell me if I am on the right track?
Thanks