I am trying to pull a string "newStatus" on parse.com and display it in a list view called Post Status. I am already able to save a "newStatus" string from my app.

Now, when text is input and "posted" on my app, it refreshes the post page, where I have a "listview" implemented, and after refreshing, I want it to display all the "newStatus" strings in the list view.
I will post code if needed.