I am experimenting to create something similar to Twitter.
In my app, posts belong to users, and users has many posts.
Now, I know how to display posts of one particular user sorted by submission time.
But I am not sure how to display all posts of all users in one page sorted by submission time.
Any idea?
Something like the following?
Or am I misunderstanding you?