Getting Array from Parse.

12 views
Skip to first unread message

Felipe Franco

unread,
Dec 16, 2019, 10:13:49 AM12/16/19
to Back4App
Hello guys, i am making an array of Strings in Parse with some monetary values example:{"1000","200","300"};

In my Automoviles class i create my column with type Array as shown in the image.

i now i should add to the array with

gameScore.addAllUnique("Pagos", Arrays.asList("1000", "200","300"));
gameScore.saveInBackground();

For some reason i can find how to retreive this array to put it into a recyclerView i am working with android by the way. Please help.

Captura de pantalla 2019-12-16 a la(s) 10.07.51 a.m..png

Davi Macêdo

unread,
Dec 16, 2019, 2:01:08 PM12/16/19
to Back4App
What did you try so far to retrieve the array? Can you share your current code?
Reply all
Reply to author
Forward
0 new messages