I am new to parse with android I am having query that brings all data of a class as object
. and there is another class with two relation columns every time I get the relation table a new query
is fired in that case if there are too many rows in that table the query
will be fired with that much amount which will effect my response time. So I need a query
that can return the data of parent table.
Asked
Active
Viewed 386 times
-2

Manuel
- 14,274
- 6
- 57
- 130

Harish Chauhan
- 103
- 1
- 1
- 9
-
Can you share code , Please – Al-Mustafa Azhari Jan 23 '17 at 13:05
1 Answers
0
I was using Parse Relations by which it is not possible to fetch the data of the parse sub classes so i gave a try to Parse pointer and was able to fetch the results. Please go through the link for better understanding.

Community
- 1
- 1

Harish Chauhan
- 103
- 1
- 1
- 9