Complex Parse Query in Android -


i have these classes in parse db.

user ...

post (user pointer<_user> | images relation )

image (post pointer | image file )

follow ( user_from pointer | user_to pointer)

the questions are,

1- how list of posts images of users following. (in java android)

2- how list of posts.

3- how o list of followers.

4- example of java class of user, post, image , follow objects.

enter image description here

enter image description here

enter image description here

enter image description here

thanks


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -