Passing large data to an activity
The issue with arguments… Recently I have encountered a problem while passing a large data to an activity. There was a need to pass around 10 megabytes of data in an object array from one activity to another, and while trying to do that the second activity would not start at all and in my case (app’s min version 4.0) Android would not give me any clue (exception) of an issue. As soon as I realized what the problem was I started looking into solutions. There...
Read More »


