Is there any limit that Volley supports to JSON files?
I have more than 700 lines of data in JSON.
but I'm getting not the whole list of data.
Please tell me how can I get all data in response.
Asked
Active
Viewed 966 times
1
-
1Are you displaying in logcat? – Ramesh R Mar 18 '17 at 07:09
-
yes but it showing few data not more than 50 data – Vipin Mar 18 '17 at 07:09
-
2It's not the problem with Volley!, it's the problem(limitation) of logcat for displaying limited size of data. – Ramesh R Mar 18 '17 at 07:12
2 Answers
2
This is not a problem with Volley. It's a limitation of Logcat.
I hope the answer to this question will help you to display the whole response data in Logcat.

Ramesh R
- 7,009
- 4
- 25
- 38
0
No limits of response in volley library but if you are using log-cat then it will show a limited data log-cat show only limited data only

Vipin
- 63
- 1
- 8