I'm currently developing an Application that displays in-game time information for a popular MMO. I wanted to setup an alert system that will alert a users when a certain in-game time is reached. The problem is the in-game time needs to be constantly generated if I have a service for alerting the user when a certain time is reached.
So would it be a good idea to make this alert system run in a service? Or when a users chooses to be alerted for example on a full moon(in- game), to just generate then when on real time this event is going to happen and save it to something like a cron job? Is that possible? Thanks for your help!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---