I am trying to use a static class to pass value to a view instead of using intent as I have to pass a large amount of data. Sometimes I get this error and couldn\'t find out wha
try using the following way:
mList=new ArrayList(); mList.addAll(DataResult.getInstance().getData()); DataResult.getInstance().resetData();