0

How can I update real-time application data from the database ? For example, I pull out some text from a parse database application and displays it , I want to do that when I change the text in a database it automatically changes in the application.(Without leave and enter the application) Is that possible?

Ron
  • 51
  • 4
  • have you tried setting a timer which refreshes the app (without animation) every few seconds? it can get expensive in terms of requests especially if your data hasn't been updated. You should look into Pubnub or this: http://attila.tumblr.com/post/21180235691/ios-tutorial-creating-a-chat-room-using-parse-com – shreyashirday Dec 08 '14 at 15:49
  • I am developing application for android not for IOS. – Ron Dec 08 '14 at 18:19
  • I know, but the concepts are similar. Extract the concept from the code (HINT: read the comments in the code) and apply it to Android – shreyashirday Dec 09 '14 at 01:26
  • 1
    I do not know how to do it. You have an example of Android ? – Ron Dec 11 '14 at 19:31

0 Answers0