简体   繁体   中英

How can I retrieve array from my parse query using Java?

I tried to retrive my array from my ParseObject query , I couldnt find a way . Any ideas ?

With Android, you have to use the function corresponding to the appropriate type. In this case it is getList: .

List<String> list = myParseObject.getList("myArray");

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM