Reputation: 71
I want to create an blackberry application that acts as a scheduler, which scheduled time can be updated via a website (not only from the app itself) as well. I am thinking of using a .txt file from a website that contains the String of the time, then let the app connects to the file every time it is started or refreshed. The app will also upload back the file to the web site every time a change is saved. Do you guys have any other ideas? Thank you
Upvotes: 1
Views: 67
Reputation: 153
You may want to have a look at the following:
OR
Pusher | HTML5 WebSocket Powered Realtime Messaging Service
Upvotes: 1