I want to get all the column values for a single row in parse.com without using parseObject.get(String key)
for each key as I have many. Is there a way to get all the column names as an array? Or perhaps iterate over all the columns for a single row to get all the data from that row?
Asked
Active
Viewed 157 times
0

user3519870
- 91
- 2
- 10
-
1Your question is a duplicate of the following and has already been answered. https://stackoverflow.com/questions/33246163/java-parse-iterate-over-parseobject-fields – Tanzim Chowdhury Apr 13 '20 at 03:48
-
Thank you that worked great. – user3519870 Apr 13 '20 at 15:51