Volley give me Out of memory exception after I make a lot of request with big amount of data
- 阅读更多 关于 Volley give me Out of memory exception after I make a lot of request with big amount of data
问题 I have a Page Viewer and inside every page I have list View , this list view will have 10 records using a web service , so the page viewer use three calls of the web service to populate three pages (the current , the left and the right page) but after I make a lot of swipes I am getting this exception : java.lang.OutOfMemoryError: pthread_create (stack size 16384 bytes) failed: Try again at java.lang.VMThread.create(Native Method) at java.lang.Thread.start(Thread.java:1029) at com.android