You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TransactionTooLargeException throwed when click on an item of the list and switch to another Activity.
I have limit the amount data to one page in onSaveInstanceState() as it would be called every time you fire an intent and switch to another Activity. But this exception still happens.
The text was updated successfully, but these errors were encountered:
TransactionTooLargeException
throwed when click on an item of the list and switch to another Activity.I have limit the amount data to one page in
onSaveInstanceState()
as it would be called every time you fire an intent and switch to another Activity. But this exception still happens.The text was updated successfully, but these errors were encountered: