Posts by Edson Luiz Nascimento • 1 point
2 posts
-
0
votes1
answer37
viewsA: Recover data from Parser.com pointer type
I decided as follows: Parsequery query = Parsequery.getQuery("Comment"); query.whereEqualTo("pointer", obID); query.findInBackground(new Findcallback() { public void done(List<ParseObject>…
-
-1
votes1
answer37
viewsQ: Recover data from Parser.com pointer type
I have the table in the Parser database, which is called Comentario. Inside it I have the comment field and a field called "pointer" pointer that points to the objectId of another table called…