I want to have an array, and that array is going to be for a spinner. I want the value of that arraylist to be all the values stored in the column "title" in the parse class SpinnerClass. I've looked on the internet but I didn't really understand the other's code and it wa`s really confusing.
Edit: I doubt you guys understand: I have a parse class, and in that class, I have a column named POSTS. It is not a user class. And I want to get ALL the posts from all the rows. So if I have 3 rows, each with posts "red", green", "blue", I want my app to get "red" "green" "blue" from the parse database, and store it in my spinner Thanks for the help