Allowing Users to Post on Your App

  • Replies:1
Austin Shin
  • Forum posts: 1

Dec 22, 2014, 12:26:58 AM via Website

I'm trying to make an Android app that would allow users to submit stories. And when they submit it, then all other users who have the app should be able to view the new stories. And so with each new story that's submitted, all users should be able to see an updated list of stories. But I'm not really sure how to push these changes to all users once someone submits a story.
I guess as a reference, this would be most similar to apps like FML or even facebook in the sense that someone posts something and everyone should be able to see it.

Any help would be appreciated! And I'm willing to clarify anything!

Reply
Nimbus Base
  • Forum posts: 2

Dec 22, 2014, 10:50:40 AM via Website

In traditional way, your server hold a list of the information of all your users' devices, once your server get a new story, it sends the notifications to every device.
But I don't think I can explain all the details in a post.
If you are not familiar with server developing and not ready to learn, find someone to help you may be the fast way.

Reply