[Solved] Add and retrieve elements with Numbers array in Java

[ad_1]

Use a List (e.g. ArrayList) instead.

And before passing it to the Graph API convert it back to Numbers[] array with toArray().

There’s also an example how to loop over the list in the toArray link.

[ad_2]

solved Add and retrieve elements with Numbers array in Java