I'm passing some data to DatabaseService through an Intent. However there is a corner case of one user when this data is really huuuge. And I get
E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!
Bummer.
Normally people assume that I try to pass a bitmap to (though?) a LruCache. Okay, can I use if for like an array list of objects? As I said - in fact this is a response from server, which is a JSON.
Any ideas how to solve this? Is there a special class for this that I'm not aware of?