Hi there, I have a wierd problem with AsyncTask. S...
# android
z
Hi there, I have a wierd problem with AsyncTask. So I'm sending http GET request and getting JSON as an answear. Then I'm processing data into objects and adding them into MutableList. Finally I'm giving the MutableList by Interface to MainActivity which send it further to finally bind it to ListView. Problem is, it works fine for dataset like 100 objects but starting from like 250 application just crush without any error message. Does anyone has an idea what could be wrong? Is there a need to provide source code?